From 7546413fa60a37835f905a2ac9124cf8250f3ed2 Mon Sep 17 00:00:00 2001 From: Cristian Greco Date: Mon, 16 Sep 2024 22:46:13 +0200 Subject: [PATCH] action.yml: run on node20 (#828) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ca232c9b..be853788 100644 --- a/action.yml +++ b/action.yml @@ -70,6 +70,6 @@ inputs: default: 'Update Gradle Wrapper from %sourceVersion% to %targetVersion%' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' post: 'dist/index.js'