We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac28b37 commit 9d76a20Copy full SHA for 9d76a20
1 file changed
.github/workflows/ci.yml
@@ -34,6 +34,8 @@ jobs:
34
if: steps.cache-node-modules.outputs.cache-hit != 'true'
35
run: |
36
npm ci
37
+ # Proactively install Rollup Linux binary to prevent issues
38
+ npm install @rollup/rollup-linux-x64-gnu
39
40
- name: Run linter (includes formatting)
41
run: npm run lint
0 commit comments