Skip to content

Commit 271893f

Browse files
committedDec 16, 2023
Fix ESLint GitHub action
1 parent c0a9a6d commit 271893f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/eslint.yml

+3
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@ jobs:
1818
node-version: 20
1919
cache: "npm"
2020

21+
- name: "⬇️ install packages"
22+
run: npm i --include=dev --no-fund --progress=false
23+
2124
- name: "🔍 lint code"
2225
run: npm run lint

0 commit comments

Comments
 (0)
Please sign in to comment.