Skip to content

Merge pull request #5 from swisnl/feature/update-tests #2

Merge pull request #5 from swisnl/feature/update-tests

Merge pull request #5 from swisnl/feature/update-tests #2

Workflow file for this run

name: 'Test'
on:
push:
branches: [ "master" ]
pull_request: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm i
- run: npm test