Skip to content

Commit

Permalink
Merge pull request #13 from code0-tech/update-node-playwright-image
Browse files Browse the repository at this point in the history
Update node-playwright to 20.13.1
  • Loading branch information
Taucher2003 authored May 19, 2024
2 parents 3dd42bf + 8aa2913 commit 69f9e3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
image:
- asdf
- node-20.9-playwright
- node-20.13-playwright
- ruby-3.2.2-postgres-16.1

steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ SHELL ["/usr/bin/bash", "-lc"]

RUN asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git

RUN asdf install nodejs 20.9.0
RUN asdf shell nodejs 20.9.0 && npx playwright install-deps && npx playwright install
RUN asdf install nodejs 20.13.1
RUN asdf shell nodejs 20.13.1 && npx playwright install-deps && npx playwright install

0 comments on commit 69f9e3e

Please sign in to comment.