Skip to content

[skip netlify]: Bump eslint from 8.37.0 to 8.40.0 #1806

[skip netlify]: Bump eslint from 8.37.0 to 8.40.0

[skip netlify]: Bump eslint from 8.37.0 to 8.40.0 #1806

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 18
uses: actions/setup-node@v3
with:
node-version: 18.x
- run: npm ci
- run: npm test
lint:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@main
- name: use node 18
uses: actions/setup-node@v3
with:
node-version: 18.x
- run: npm ci
- run: npm run lint