Skip to content

chore(deps): bump eslint from 8.57.0 to 9.1.0 #1582

chore(deps): bump eslint from 8.57.0 to 9.1.0

chore(deps): bump eslint from 8.57.0 to 9.1.0 #1582

Workflow file for this run

name: ci
on:
push:
pull_request:
types: [opened, reopened]
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 'lts/*'
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- run: npm ci
- run: npx lockfile-lint --type npm --path package-lock.json --validate-https --allowed-hosts npm
- run: npm run lint