Skip to content

chore(deps): bump actions/checkout from 4 to 5 #72

chore(deps): bump actions/checkout from 4 to 5

chore(deps): bump actions/checkout from 4 to 5 #72

Workflow file for this run

name: Unit tests action
on:
pull_request:
branches:
- main
push:
branches:
- main
permissions: read-all
jobs:
test:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v4
with:
node-version: 18
- run: npm install --legacy-peer-deps
- name: Run unit tests
run: npm test