Skip to content

Commit

Permalink
Bump playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoz committed Jul 5, 2024
1 parent 2d5152e commit ee021d3
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 24 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ jobs:
path: '~/.cache/ms-playwright'
key: chromium-${{ runner.os }}-${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
- run: pnpm install --frozen-lockfile
- run: pnpx playwright install-deps
if: steps.browser_cache.outputs.cache-hit != 'true'
- run: pnpx playwright install
- run: pnpx playwright install --with-deps
if: steps.browser_cache.outputs.cache-hit != 'true'
- run: pnpm build
- run: pnpm lint
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/playwright:v1.44.0-focal
FROM mcr.microsoft.com/playwright:v1.45.1-jammy

RUN apt-get update && \
# Install node18
Expand Down
2 changes: 1 addition & 1 deletion packages/esbd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"esbuild": "0.17.x || 0.18.x || 0.19.x || 0.20.x || 0.21.x"
},
"devDependencies": {
"@playwright/test": "^1.44.0",
"@playwright/test": "^1.45.1",
"@types/js-beautify": "^1.14.3",
"@types/pretty-time": "^1.1.5",
"@types/serve-static": "1.15.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-livereload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@jgoz/esbuild-overlay": "workspace:*",
"@playwright/test": "^1.44.0",
"@playwright/test": "^1.45.1",
"@types/node": "^20.12.12",
"esbuild": "^0.21.3",
"esbuild-svelte": "^0.8.1",
Expand Down
36 changes: 18 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ee021d3

Please sign in to comment.