Skip to content

Commit b584772

Browse files
Add explicit installation of Rollup helper in E2E test workflow
1 parent 34da2a4 commit b584772

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
cancel-in-progress: true
1515

1616
steps:
17+
- name: Install Rollup helper explicitly
18+
run: npm install --no-save --omit=dev @rollup/rollup-linux-x64-gnu@$(node -p "require('./package.json').devDependencies.rollup || '4'")
19+
1720
- uses: actions/checkout@v4
1821
- uses: actions/setup-node@v4
1922
with: { node-version: 20, cache: npm }

0 commit comments

Comments
 (0)