Skip to content

Bump eslint from 8.57.0 to 9.2.0 #13

Bump eslint from 8.57.0 to 9.2.0

Bump eslint from 8.57.0 to 9.2.0 #13

Workflow file for this run

name: test it
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
name: test it
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
# supported Node.js release schedule: https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: 'package.json'
- run: npm i
- run: npm test