From aa9a518931eca30161086d35895dfbc5e0de0f8a Mon Sep 17 00:00:00 2001 From: Niklas van Schrick Date: Wed, 28 Jan 2026 18:45:19 +0100 Subject: [PATCH] Update node-playwright image to node 24.13 Signed-off-by: Niklas van Schrick --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 983732b..91b8014 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,8 +23,8 @@ jobs: - image: mise tag_suffix: '' - image: node-playwright - tag_suffix: '-node-24.12' - args: '--build-arg NODE_VERSION=24.12.0' + tag_suffix: '-node-24.13' + args: '--build-arg NODE_VERSION=24.13.0' - image: reticulum-builder tag_suffix: '-ruby-3.4.7-amd64' args: '--build-arg RUBY_VERSION=3.4.7'