We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed2885b commit 3eb3873Copy full SHA for 3eb3873
.github/workflows/lint.yml
@@ -27,7 +27,7 @@ jobs:
27
- uses: actions/setup-node@v3
28
with:
29
node-version: "14"
30
- - run: npm install
+ - run: npm ci
31
- run: npm run lint
32
- uses: github/super-linter/slim@v4.9.0
33
if: always()
0 commit comments