Skip to content

Lock file maintenance #1461

Lock file maintenance

Lock file maintenance #1461

Workflow file for this run

name: Tests
on:
push:
branches: [main, unit-tests]
pull_request:
branches: [main, unit-tests]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'npm'
cache-dependency-path: package-lock.json
- run: npm install
- run: npm run build && npm test