Skip to content

Merge pull request #72 from acridotheres/dependabot/npm_and_yarn/roll… #136

Merge pull request #72 from acridotheres/dependabot/npm_and_yarn/roll…

Merge pull request #72 from acridotheres/dependabot/npm_and_yarn/roll… #136

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