Skip to content

Commit bb9e2c5

Browse files
committed
chore: install playwright in packages/nuqs
1 parent bbf8fff commit bb9e2c5

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

.github/workflows/ci-cd.yml

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ jobs:
8282
- name: Install dependencies
8383
run: pnpm install --ignore-scripts --frozen-lockfile --filter nuqs...
8484
- 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
8687
- name: Run tests
8788
run: pnpm run test ${{ github.event_name == 'workflow_dispatch' && '--force' || '' }} --filter nuqs
8889
env:
@@ -140,26 +141,26 @@ jobs:
140141
next-version:
141142
# Only keep versions where there were relevant changes in the app router core,
142143
# and the previous one to use as a baseline.
143-
- '14.2.0'
144+
- "14.2.0"
144145
# - '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
146147
# - "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"
151152
- latest
152153
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"
160161
react-compiler: true
161-
- next-version: 'latest'
162-
base-path: '/base'
162+
- next-version: "latest"
163+
base-path: "/base"
163164
react-compiler: true
164165
steps:
165166
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
@@ -243,8 +244,8 @@ jobs:
243244
fail-fast: false
244245
matrix:
245246
react-router-version:
246-
- 'v6'
247-
- 'v7'
247+
- "v6"
248+
- "v7"
248249
steps:
249250
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
250251
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061

0 commit comments

Comments
 (0)