patch: move back to node 18.19

This commit is contained in:
Edwin Joassart 2023-12-12 12:45:23 +01:00
parent d861e963df
commit 9e601229bf

View File

@ -14,7 +14,7 @@ inputs:
type: string 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) # 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 # https://github.com/vercel/pkg-fetch/releases
default: "18.18" default: "18.x"
VERBOSE: VERBOSE:
type: string type: string
default: "true" default: "true"