Skip to content

Bump eslint from 8.40.0 to 8.57.1 #158

Bump eslint from 8.40.0 to 8.57.1

Bump eslint from 8.40.0 to 8.57.1 #158

Workflow file for this run

name: CI
on:
pull_request:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.X'
registry-url: 'https://npm.pkg.github.com'
scope: '@mavennet'
cache: 'npm'
- run: npm ci --ignore-scripts
env:
PAT: ${{ secrets.PAT }}
- run: npm run lint