From e4bdc33b119d00d3b494eb2f21ea2505ac2368b7 Mon Sep 17 00:00:00 2001
From: Andreas Deininger <andreas@deininger.net>
Date: Wed, 04 Mar 2026 11:10:24 +0000
Subject: [PATCH] chore: bump npm dependencies + GitHub action workflows (#587)

---
 .devcontainer/devcontainer.json |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index ceaaddf..37e72e6 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -12,7 +12,7 @@
       // Rebuild the container if it already exists to update.
       "VERSION": "latest",
       // Update NODE_VERSION to pick the Node.js version: 12, 14
-      "NODE_VERSION": "22"
+      "NODE_VERSION": "24"
     }
   },
 

--
Gitblit v1.10.0