From 788d2909452e1250dec64769974b3705ec9bcc0e Mon Sep 17 00:00:00 2001 From: Niklas van Schrick Date: Sat, 13 Dec 2025 15:56:09 +0100 Subject: [PATCH] Update node to 24.12.0 --- .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 10cbd94..983732b 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.11' - args: '--build-arg NODE_VERSION=24.11.1' + tag_suffix: '-node-24.12' + args: '--build-arg NODE_VERSION=24.12.0' - image: reticulum-builder tag_suffix: '-ruby-3.4.7-amd64' args: '--build-arg RUBY_VERSION=3.4.7'