Skip to content

Commit 89836c2

Browse files
committed
fix: 🔧 use "common" fallback for rollup linux arch issue
1 parent 5b7c818 commit 89836c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
node-version: "20"
2121

2222
- name: Install dependencies
23-
run: npm ci
23+
run: |
24+
npm ci || (rm -rf node_modules package-lock.json && npm install)
2425
2526
- name: Run tests with coverage
2627
run: npm test

0 commit comments

Comments
 (0)