Skip to content

Commit 6cfebcc

Browse files
Force npm dependency installation in GitHub Actions workflow
1 parent 57dc26f commit 6cfebcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version: '22.x'
2525

2626
- name: Install NPM Dependencies
27-
run: npm install
27+
run: npm install --force
2828

2929
- name: Build
3030
run: npm run build

0 commit comments

Comments
 (0)