Skip to content

Commit

Permalink
Add force option to npm install for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
yukiomoto committed Feb 10, 2025
1 parent 55b23a6 commit ed59bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v4
- name: Enable Corepack
run: |
npm i -g corepack@latest
npm i -g corepack@latest --force
corepack enable
- name: Setup node
uses: actions/setup-node@v4
Expand Down

0 comments on commit ed59bdd

Please sign in to comment.