git » sdk » commit 35bb43e

Pin playwright version

author Stephen Paul Weber
2026-06-22 18:45:15 UTC
committer Stephen Paul Weber
2026-06-22 18:45:15 UTC
parent decea9e4af0da16596922f48e6436a70e6d8ba4c

Pin playwright version

To match the cached install done above

build-misc/Containerfile.image +1 -1

diff --git a/build-misc/Containerfile.image b/build-misc/Containerfile.image
index 6a974e4..ee43a6f 100644
--- a/build-misc/Containerfile.image
+++ b/build-misc/Containerfile.image
@@ -80,7 +80,7 @@ ENV HAXE_STD_PATH=/opt/haxe/std
 RUN make hx-build-dep
 
 COPY npm /usr/src/sdk/npm
-RUN cd npm && npm install && npm install @playwright/test @sqlite.org/sqlite-wasm
+RUN cd npm && npm install && npm install @playwright/test@1.60.0 @sqlite.org/sqlite-wasm
 RUN ln -s npm/node_modules node_modules
 
 COPY . /usr/src/sdk/