diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8ec4d22..fb35948 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: matrix: image: - asdf - - node-20.9-playwright + - node-20.13-playwright - ruby-3.2.2-postgres-16.1 steps: diff --git a/build-images/node-20.9-playwright.Dockerfile b/build-images/node-20.13-playwright.Dockerfile similarity index 55% rename from build-images/node-20.9-playwright.Dockerfile rename to build-images/node-20.13-playwright.Dockerfile index 4066307..00777ad 100644 --- a/build-images/node-20.9-playwright.Dockerfile +++ b/build-images/node-20.13-playwright.Dockerfile @@ -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