Skip to content

add Node strip-types support; migrate to Node test runner #67

add Node strip-types support; migrate to Node test runner

add Node strip-types support; migrate to Node test runner #67

Workflow file for this run

name: build
on:
push:
branches: [main, wasm]
pull_request:
branches: [main, wasm]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
- run: npm ci
- run: npm run prepublishOnly
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}