Skip to content

Commit

Permalink
Also fix ESLint GH Action...
Browse files Browse the repository at this point in the history
  • Loading branch information
DEVTomatoCake committed Jul 23, 2024
1 parent c791fd3 commit ab0fbaa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: ESLint

on:
pull_request:
push:

jobs:
Expand All @@ -15,11 +14,11 @@ jobs:
- name: "🔧 setup node"
uses: actions/setup-node@v4
with:
node-version: 21
node-version: 22
cache: "npm"

- name: "🛸 install eslint plugins"
run: npm i --omit=optional --include=dev --no-fund --progress=false
run: npm i --omit=optional --include=dev --no-fund --progress=false --legacy-peer-deps

- name: "🔍 lint code"
run: npm run lint

0 comments on commit ab0fbaa

Please sign in to comment.