Skip to content

feat: add node version availabily check #14

feat: add node version availabily check

feat: add node version availabily check #14

Workflow file for this run

name: npm run test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: npm ci
- run: npm test