From d7d0455d4401d71b1a0d0b79dbb03947c7645389 Mon Sep 17 00:00:00 2001 From: Edwin Joassart Date: Tue, 15 Apr 2025 12:10:35 +0200 Subject: [PATCH] patch: 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 ef8becdb..fd6c1a65 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'