From b68792fc209b7a30de26caddd0011d2ca99233ac Mon Sep 17 00:00:00 2001 From: daz Date: Tue, 16 Jan 2024 16:03:26 -0700 Subject: [PATCH] Run with node 20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6bfdce35..02ba6c12 100644 --- a/action.yml +++ b/action.yml @@ -104,7 +104,7 @@ outputs: description: Version of Gradle that was setup by the action runs: - using: 'node18' + using: 'node20' main: 'dist/main/index.js' post: 'dist/post/index.js'