Skip to content

Bump the npm_and_yarn group across 1 directories with 1 update #74

Bump the npm_and_yarn group across 1 directories with 1 update

Bump the npm_and_yarn group across 1 directories with 1 update #74

Workflow file for this run

---
name: Unit Tests
on:
push:
branches:
- main
paths-ignore:
- '*.md'
pull_request:
branches:
- main
paths-ignore:
- '*.md'
jobs:
test:
runs-on: ubuntu-latest
permissions: read-all
env:
CI: true
strategy:
matrix:
node-version:
- 18
- 20
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install
- run: npm run test