Skip to content

Update CI/CD node version #24

Update CI/CD node version

Update CI/CD node version #24

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm test