From 9e601229bf4e95dd5b1f06310618107456c6e2ac Mon Sep 17 00:00:00 2001 From: Edwin Joassart Date: Tue, 12 Dec 2023 12:45:23 +0100 Subject: [PATCH] patch: move back to node 18.19 --- .github/actions/publish/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/publish/action.yml b/.github/actions/publish/action.yml index f7b70e69..bdd6f364 100644 --- a/.github/actions/publish/action.yml +++ b/.github/actions/publish/action.yml @@ -14,7 +14,7 @@ inputs: type: string # Beware that node native modules will be built for that version, which might no be compatible with the one used by pkg (see forge.sidecar.ts) # https://github.com/vercel/pkg-fetch/releases - default: "18.18" + default: "18.x" VERBOSE: type: string default: "true"