Skip to content

Commit 3a66324

Browse files
committed
[build] Downgrade playwright version
1 parent d9561d9 commit 3a66324

File tree

5 files changed

+22
-22
lines changed

5 files changed

+22
-22
lines changed

.github/workflows/version-and-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
pull-requests: write
1414

1515
env:
16-
PLAYWRIGHT_VERSION: "1.58.2"
16+
PLAYWRIGHT_VERSION: "1.57.0"
1717

1818
jobs:
1919
version:

flake.lock

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

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
inputs = {
33
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-25.11";
44
nixpkgs-unstable.url = "github:nixos/nixpkgs?ref=nixos-unstable";
5-
playwright.url = "github:pietdevries94/playwright-web-flake/1.58.2";
5+
playwright.url = "github:pietdevries94/playwright-web-flake/1.57.0";
66
mk.url = "github:x0k/mk";
77
};
88
outputs =

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ catalog:
1616
bits-ui: 2.15.5
1717
esm-env: ^1.2.2
1818
globals: 17.3.0
19-
playwright: 1.58.2
19+
playwright: 1.57.0
2020
postcss: ^8.5.6
2121
svelte: ^5.51.0
2222
tailwindcss: ^4.1.18

0 commit comments

Comments
 (0)