Skip to content

Commit

Permalink
Merge pull request #12 from SkwalExe/npm-ci
Browse files Browse the repository at this point in the history
use npm ci instead of install for workflows
  • Loading branch information
SkwalExe authored May 23, 2024
2 parents 3ab4fa4 + 3b690b3 commit f62cf0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install --include=dev
- run: npm ci
- name: Check linting
run: npm run lint
- name: Check types
Expand Down

0 comments on commit f62cf0d

Please sign in to comment.