Skip to content

chore(deps-dev): bump jest from 29.6.4 to 29.7.0 #282

chore(deps-dev): bump jest from 29.6.4 to 29.7.0

chore(deps-dev): bump jest from 29.6.4 to 29.7.0 #282

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
node-version: [18.x, 20.x]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm i -g npm
- run: npm ci
- run: npm test