Skip to content

Commit

Permalink
Use nodejs lts instead of alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
santam85 committed Feb 5, 2024
1 parent 9e6e418 commit 32a42c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/update-screenshots.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
docker run -it -v "$PWD":/workdir -w /workdir node:lts-alpine npx playwright install &&
docker run -it -v "$PWD":/workdir -w /workdir node:lts npx playwright install &&
npx playwright install-deps &&
npm ci &&
npm run build:lib &&
Expand Down

0 comments on commit 32a42c5

Please sign in to comment.