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'