Skip to content

Update deployment node version (#53) #28

Update deployment node version (#53)

Update deployment node version (#53) #28

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 --force
- run: npm test