From 8e365b9cd62d7ddc5a36cc52d8da605259bbb422 Mon Sep 17 00:00:00 2001 From: Bastian Fredriksson Date: Sun, 17 Mar 2024 14:13:52 +0100 Subject: [PATCH] feat: run on node.js 20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c14466f..a023494 100644 --- a/action.yml +++ b/action.yml @@ -25,5 +25,5 @@ inputs: description: "Set file type of the file to be deployed." default: "text" runs: - using: "node16" + using: "node20" main: "dist/index.js"