We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b584772 commit 1f58b16Copy full SHA for 1f58b16
.github/workflows/e2e-tests.yml
@@ -14,13 +14,10 @@ jobs:
14
cancel-in-progress: true
15
16
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
-
20
- uses: actions/checkout@v4
21
- uses: actions/setup-node@v4
22
with: { node-version: 20, cache: npm }
23
- - run: npm ci
+ - run: npm ci --omit=optional
24
25
- uses: supabase/setup-cli@v1
26
with: { version: 2.24.3 }
0 commit comments