We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29569af commit 42efe66Copy full SHA for 42efe66
start.dockerfile
@@ -32,7 +32,7 @@ RUN npm install -g npm@11.3.0 && \
32
# Clean up possible old files before rush update
33
RUN rm -rf common/temp/*
34
35
-RUN npm i playwright@1.53.1 -g
+RUN npm i playwright@1.56.1 -g
36
37
# install chromium only
38
RUN npx playwright install --with-deps --only-shell chromium
0 commit comments