From 2509d4a9a65190bc186b2e214d819d8806709ad2 Mon Sep 17 00:00:00 2001 From: Autofix <61800571+autofix-bot@users.noreply.github.com> Date: Sun, 14 Apr 2024 11:04:17 +0200 Subject: [PATCH] Autofix: upgrade-lang-node (#1324) Co-authored-by: Autofix --- chunks/lang-node/chunk.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chunks/lang-node/chunk.yaml b/chunks/lang-node/chunk.yaml index 74b438764..9d1b51f90 100644 --- a/chunks/lang-node/chunk.yaml +++ b/chunks/lang-node/chunk.yaml @@ -1,10 +1,10 @@ variants: - name: "18" args: - NODE_VERSION: 18.20.1 + NODE_VERSION: 18.20.2 - name: "20" args: - NODE_VERSION: 20.12.1 + NODE_VERSION: 20.12.2 - name: "21" args: - NODE_VERSION: 21.7.2 + NODE_VERSION: 21.7.3