Skip to content

Commit f74b184

Browse files
committed
fix: 🔧 use the non hallucinated fix for the arch issue
1 parent 89836c2 commit f74b184

File tree

3 files changed

+270
-6
lines changed

3 files changed

+270
-6
lines changed

.github/workflows/test-action.yml

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

2222
- name: Install dependencies
23-
run: |
24-
npm ci || (rm -rf node_modules package-lock.json && npm install)
23+
run: npm ci
2524

2625
- name: Run tests with coverage
2726
run: npm test

package-lock.json

Lines changed: 266 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,8 @@
5959
"@vitest/coverage-v8": "^3.2.4",
6060
"typescript": "^5.0.0",
6161
"vitest": "^3.2.4"
62+
},
63+
"optionalDependencies": {
64+
"@rollup/rollup-linux-x64-gnu": "4.6.1"
6265
}
6366
}

0 commit comments

Comments
 (0)