Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit 0fa3ab2

Browse files
committed
fix: ci
1 parent 723ba5a commit 0fa3ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request-build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
node-version: 20
2929

3030
- name: Install Npm dependencies
31-
run: npm install
31+
run: npm install --force
3232

3333
- name: Lint
3434
run: npm run lint

0 commit comments

Comments
 (0)