Skip to content

Bump eslint from 8.57.0 to 9.18.0 #214

Bump eslint from 8.57.0 to 9.18.0

Bump eslint from 8.57.0 to 9.18.0 #214

Workflow file for this run

name: Tests
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js 16.x
uses: actions/setup-node@v2
with:
node-version: 16.x
- name: Install and test
run: |
npm install
npm test