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