Skip to content

Bump eslint from 9.7.0 to 9.8.0 #65

Bump eslint from 9.7.0 to 9.8.0

Bump eslint from 9.7.0 to 9.8.0 #65

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 20.x
uses: actions/setup-node@v1
with:
node-version: 20.x
- run: npm install
- run: npm test