We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db60799 commit a9258b6Copy full SHA for a9258b6
1 file changed
.github/workflows/lint.yml
@@ -26,7 +26,7 @@ jobs:
26
node-version: "22.x"
27
28
- name: Install dependencies
29
- run: npm ci
+ run: npm install
30
31
- name: Run ESLint
32
run: npm run lint
0 commit comments