Skip to content

chore(deps-dev): bump eslint from 8.38.0 to 8.42.0 #436

chore(deps-dev): bump eslint from 8.38.0 to 8.42.0

chore(deps-dev): bump eslint from 8.38.0 to 8.42.0 #436

Workflow file for this run

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