Skip to content

Upgrade node version used in tests #92

Upgrade node version used in tests

Upgrade node version used in tests #92

Workflow file for this run

name: Test
on:
- pull_request
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '22.3.0'
- run: npm install
- run: npm test