Skip to content

chore: Update Deno dependencies and typescript version #43

chore: Update Deno dependencies and typescript version

chore: Update Deno dependencies and typescript version #43

Workflow file for this run

name: NPM
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
publish:
name: Publishing
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: denoland/[email protected]
with:
deno-version: v1.43.x # Run with latest stable Deno.
- name: Build and Test NPM Package
run: deno run -A scripts/build_npm.ts ${{ github.ref }}