Skip to content

Commit 8c0ab1e

Browse files
Attempt fix for Windows EPERM (disable cache)
1 parent a67e41f commit 8c0ab1e

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
matrix:
2020
os: [windows-latest, macos-latest, ubuntu-latest]
2121

22+
defaults:
23+
run:
24+
shell: bash
25+
2226
steps:
2327
- name: Checkout Code
2428
uses: actions/checkout@v4
@@ -27,11 +31,9 @@ jobs:
2731
uses: actions/setup-node@v4
2832
with:
2933
node-version: 20
30-
cache: 'npm'
3134

3235
- name: Install Dependencies
33-
run: |
34-
npm ci --legacy-peer-deps || npm install --legacy-peer-deps
36+
run: npm install --legacy-peer-deps
3537
env:
3638
npm_config_audit: false
3739
npm_config_fund: false

0 commit comments

Comments
 (0)