From 7b9bcb3b5864733e6e20f8f907b2ed0fa3468ca4 Mon Sep 17 00:00:00 2001 From: Will Jordan Date: Mon, 25 Mar 2024 12:29:08 +0100 Subject: [PATCH] Update node16 to node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d285f7b..b1d98fb 100644 --- a/action.yml +++ b/action.yml @@ -67,5 +67,5 @@ inputs: True will also download the Godot Export Templates for each platform. default: false runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'