From a8ec3f49d7bc1d5a0c529ab81e803275344403bf Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Mon, 18 Sep 2023 19:31:10 -0700 Subject: [PATCH] Bump Node to 20 (#157) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d0f83f60..fe341110 100644 --- a/action.yml +++ b/action.yml @@ -21,5 +21,5 @@ inputs: description: 'Usage instructions for the new release' required: true runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'