From ad852f905f6f7e1aac4c56ee1f9e9720a88b0e9a Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Thu, 25 Jan 2024 09:11:46 +0000 Subject: [PATCH] - run action with node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 781d443..8f5ac93 100644 --- a/action.yml +++ b/action.yml @@ -52,5 +52,5 @@ inputs: description: 'Enables support for gradle versions below 7.5. Note: If enabled, all properties are read by the action as `--property` was only introduced in Gradle 7.5 or newer.' default: 'false' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'