Skip to content

Prepare for hard fork, publish to NPM #1

Prepare for hard fork, publish to NPM

Prepare for hard fork, publish to NPM #1

Workflow file for this run

name: Verify
on:
push:
branches: [master]
pull_request:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: npm
- run: npm ci
- run: npm run verify