From 2859b7c95b2806c4bc63e5aea7d83f606b8e0686 Mon Sep 17 00:00:00 2001 From: Hamir Mahal Date: Sun, 13 Oct 2024 15:52:21 -0700 Subject: [PATCH] fix: usage of `node12 which is deprecated` --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8f32a9f..817038a 100644 --- a/action.yml +++ b/action.yml @@ -14,5 +14,5 @@ inputs: description: "XServer options" required: false runs: - using: "node12" + using: "node20" main: "index.js"