Skip to content

Merge pull request #33 from HSSPfile/dependabot/npm_and_yarn/nyc-17.0.0 #57

Merge pull request #33 from HSSPfile/dependabot/npm_and_yarn/nyc-17.0.0

Merge pull request #33 from HSSPfile/dependabot/npm_and_yarn/nyc-17.0.0 #57

Workflow file for this run

name: Unit tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Run all tests
run: |
npm install --legacy-peer-deps
npm run test