From 8aa291317d3481147ed84d0dc6a70be9cfd90bb1 Mon Sep 17 00:00:00 2001 From: Niklas van Schrick Date: Sun, 19 May 2024 22:18:41 +0200 Subject: [PATCH] Update node-playwright to 20.13.1 --- .github/workflows/build.yml | 2 +- ...playwright.Dockerfile => node-20.13-playwright.Dockerfile} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename build-images/{node-20.9-playwright.Dockerfile => node-20.13-playwright.Dockerfile} (55%) 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