Skip to content

Bump eslint from 8.57.0 to 9.1.1 #43

Bump eslint from 8.57.0 to 9.1.1

Bump eslint from 8.57.0 to 9.1.1 #43

Workflow file for this run

name: "Check PR"
on: pull_request
concurrency:
group: pr-${{ github.head_ref }}
cancel-in-progress: true
jobs:
Check_PR:
name: "Check PR"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12
- uses: actions/cache@v3
with:
path: ".npm-cache"
key: ${{ runner.os }}-node-modules-${{ hashFiles('package-lock.json') }}
- run: npm ci --cache .npm-cache --prefer-offline
- run: npm test