Skip to content

Bump eslint from 9.11.1 to 9.12.0 (#33) #78

Bump eslint from 9.11.1 to 9.12.0 (#33)

Bump eslint from 9.11.1 to 9.12.0 (#33) #78

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