Skip to content

[skip netlify]: Bump eslint from 8.57.0 to 9.0.0 #2271

[skip netlify]: Bump eslint from 8.57.0 to 9.0.0

[skip netlify]: Bump eslint from 8.57.0 to 9.0.0 #2271

Workflow file for this run

name: CI
on:
push:
paths:
- '.github/workflows/ci.yml'
- '**.js'
- '**.eslintrc.json'
- 'package.json'
- 'package-lock.json'
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@main
- name: use node 20
uses: actions/setup-node@v3
with:
node-version: 20.x
- run: npm ci
- run: npm test
lint:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@main
- name: use node 20
uses: actions/setup-node@v3
with:
node-version: 20.x
- run: npm ci
- run: npm run lint