Skip to content

Commit f75ac7c

Browse files
committed
Update GitHub Actions workflow to specify versions for Playwright and related testing dependencies, ensuring compatibility and consistency in the testing environment.
1 parent 4f86cde commit f75ac7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
npm ci
3232
- name: Install test dependencies
3333
run: |
34-
npm install -D @playwright/test @web/test-runner-playwright @web/test-runner@0.18.0
34+
npm install -D [email protected] @playwright/test@1.40.1 @web/test-runner@0.18.0 @web/test-runner-playwright@0.11.0
3535
npx playwright install --with-deps chromium firefox webkit
3636
- name: Run tests
3737
run: npx web-test-runner --config web-test-runner.config.cjs
@@ -50,7 +50,7 @@ jobs:
5050
npm ci
5151
- name: Install test dependencies
5252
run: |
53-
npm install -D @playwright/test @web/test-runner-playwright @web/test-runner@0.18.0
53+
npm install -D [email protected] @playwright/test@1.40.1 @web/test-runner@0.18.0 @web/test-runner-playwright@0.11.0
5454
npx playwright install --with-deps chromium firefox webkit
5555
- name: Run tests
5656
run: npx web-test-runner --config web-test-runner.config.cjs

0 commit comments

Comments
 (0)