Skip to content

Bump eslint from 9.6.0 to 9.7.0 (#127) #100

Bump eslint from 9.6.0 to 9.7.0 (#127)

Bump eslint from 9.6.0 to 9.7.0 (#127) #100

Workflow file for this run

name: Node.js CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test