From ece1e02c4111865681f597e4eacd302135728411 Mon Sep 17 00:00:00 2001 From: Edwin Joassart Date: Thu, 19 Oct 2023 11:26:59 +0200 Subject: [PATCH] patch: bump nodejs to 18 for test --- .github/actions/test/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml index 39ecaabdcd..42daea63a4 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -12,7 +12,7 @@ inputs: # --- custom environment NODE_VERSION: type: string - default: "16.x" + default: "18.x" VERBOSE: type: string default: "true"