Skip to content

Commit

Permalink
Update eslint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oakesjosh committed Feb 26, 2024
1 parent e5c73ac commit 48de878
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '15.x'
registry-url: 'https://npm.pkg.github.com'
- run: npm ci --ignore-scripts
node-version: 18
- run: npm ci --ignore-scripts --legacy-peer-deps
- run: npm rebuild && npm run prepare --if-present
- name: Run ESLint
run: npm run lint-js

0 comments on commit 48de878

Please sign in to comment.