Skip to content

Commit

Permalink
ci: force npm i
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-stumpf committed Nov 18, 2024
1 parent 80e41c6 commit 6629be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
with:
node-version: 20
- name: Install dependencies
run: npm install
run: npm install --force
- name: Run TypeScript compiler
run: npm run type-check

0 comments on commit 6629be8

Please sign in to comment.