Skip to content

Commit b2de210

Browse files
committed
pin playwright
1 parent dfc1fdd commit b2de210

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- uses: ./.github/commands/dependencies/install_deps
5353

5454
- name: Install Playwright browsers
55-
run: pnpm dlx playwright install --with-deps
55+
run: pnpm exec playwright install --with-deps
5656

5757
- name: Run tests
5858
run: pnpm run test

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"src/**/*"
3737
],
3838
"dependencies": {
39-
"pako": "^2.1.0"
39+
"pako": "^2.1.0",
40+
"playwright": "^1.55.0"
4041
},
4142
"devDependencies": {
4243
"@eslint/js": "^9.32.0",

pnpm-lock.yaml

Lines changed: 11 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)