Skip to content

Commit

Permalink
build: use npm ci (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt authored Mar 6, 2023
1 parent ed2885b commit 3eb3873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "14"
- run: npm install
- run: npm ci
- run: npm run lint
- uses: github/super-linter/[email protected]
if: always()
Expand Down

0 comments on commit 3eb3873

Please sign in to comment.