We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18d47ac commit 8d0a568Copy full SHA for 8d0a568
.github/workflows/ci-cd.yml
@@ -94,7 +94,7 @@ jobs:
94
node-version-file: .node-version
95
cache: pnpm
96
- name: Install dependencies
97
- run: pnpm install --frozen-lockfile --filter e2e-next...
+ run: pnpm install --frozen-lockfile ${{ matrix.next-version != 'latest' && '--filter e2e-next...' || '' }}
98
- name: Install Next.js version ${{ matrix.next-version }}
99
if: ${{ matrix.next-version != 'local' }}
100
run: pnpm add --filter e2e-next --filter nuqs next@${{ matrix.next-version }}
0 commit comments