From ac4f211723edbe69d371db7057bddba512ae7839 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20MERLE?= <95630726+smerle33@users.noreply.github.com> Date: Fri, 8 Mar 2024 16:23:33 +0100 Subject: [PATCH] feat(nodejs) Bump updatecli manifest to install new nodejs LTS 20.x.x (#1087) --- updatecli/updatecli.d/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updatecli/updatecli.d/nodejs.yml b/updatecli/updatecli.d/nodejs.yml index 973577bc2..5506ffb3e 100644 --- a/updatecli/updatecli.d/nodejs.yml +++ b/updatecli/updatecli.d/nodejs.yml @@ -24,7 +24,7 @@ sources: username: "{{ .github.username }}" versionfilter: kind: regex - pattern: v18.(\d*).(\d*) + pattern: v20.(\d*).(\d*) transformers: - trimprefix: v