Skip to content

Commit

Permalink
[Misc] Lock playwright version to avoid inconsistency with CI version
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelleduc committed Oct 15, 2024
1 parent b3f6ddf commit 046d2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ COPY --from=node_base /usr/local/lib/node_modules/ /usr/local/lib/node_modules/
# Copy of the symbolic links to the installed node tools in a folder of the PATH.
COPY --from=node_base /usr/local/bin/ /usr/local/bin/
## Install playwright dependencies
RUN pnpx playwright install && pnpx playwright install-deps
RUN pnpx playwright@1.47.2 install && pnpx playwright@1.47.2 install-deps

0 comments on commit 046d2a3

Please sign in to comment.