From e7964c7d823ff22ec852f36919b07a7e5f25f31f Mon Sep 17 00:00:00 2001 From: Edwin Joassart Date: Tue, 15 Apr 2025 12:18:01 +0200 Subject: [PATCH] patch: build on node 20.19 --- .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 69d7b5a5..c356695b 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: '20.10' + default: '20.19' VERBOSE: type: string default: 'true'