|
82 | 82 | - name: Install dependencies |
83 | 83 | run: pnpm install --ignore-scripts --frozen-lockfile --filter nuqs... |
84 | 84 | - name: Install Playwright Chromium |
85 | | - run: pnpm --filter nuqs bexec playwright install chromium --with-deps |
| 85 | + run: ./node_modules/.bin/playwright install chromium --with-deps |
| 86 | + working-directory: packages/nuqs |
86 | 87 | - name: Run tests |
87 | 88 | run: pnpm run test ${{ github.event_name == 'workflow_dispatch' && '--force' || '' }} --filter nuqs |
88 | 89 | env: |
@@ -140,26 +141,26 @@ jobs: |
140 | 141 | next-version: |
141 | 142 | # Only keep versions where there were relevant changes in the app router core, |
142 | 143 | # and the previous one to use as a baseline. |
143 | | - - '14.2.0' |
| 144 | + - "14.2.0" |
144 | 145 | # - '14.2.3' # before vercel/next.js#66755 |
145 | | - - '14.2.4' # after vercel/next.js#66755 |
| 146 | + - "14.2.4" # after vercel/next.js#66755 |
146 | 147 | # - "14.2.7" # before vercel/next.js#69509 |
147 | | - - '14.2.8' # after vercel/next.js#69509 |
148 | | - - '15.0.0' |
149 | | - - '15.1.0' |
150 | | - - '15.2.0' |
| 148 | + - "14.2.8" # after vercel/next.js#69509 |
| 149 | + - "15.0.0" |
| 150 | + - "15.1.0" |
| 151 | + - "15.2.0" |
151 | 152 | - latest |
152 | 153 | include: |
153 | | - - next-version: '14.2.0' |
154 | | - base-path: '/base' |
155 | | - - next-version: '15.0.0' |
156 | | - base-path: '/base' |
157 | | - - next-version: 'latest' |
158 | | - base-path: '/base' |
159 | | - - next-version: 'latest' |
| 154 | + - next-version: "14.2.0" |
| 155 | + base-path: "/base" |
| 156 | + - next-version: "15.0.0" |
| 157 | + base-path: "/base" |
| 158 | + - next-version: "latest" |
| 159 | + base-path: "/base" |
| 160 | + - next-version: "latest" |
160 | 161 | react-compiler: true |
161 | | - - next-version: 'latest' |
162 | | - base-path: '/base' |
| 162 | + - next-version: "latest" |
| 163 | + base-path: "/base" |
163 | 164 | react-compiler: true |
164 | 165 | steps: |
165 | 166 | - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 |
@@ -243,8 +244,8 @@ jobs: |
243 | 244 | fail-fast: false |
244 | 245 | matrix: |
245 | 246 | react-router-version: |
246 | | - - 'v6' |
247 | | - - 'v7' |
| 247 | + - "v6" |
| 248 | + - "v7" |
248 | 249 | steps: |
249 | 250 | - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 |
250 | 251 | - uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 |
|
0 commit comments