From acf06123718f35758c0fa449c147cb4c415799e7 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 27 Jan 2024 15:23:57 +1100 Subject: Updated to Node 20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index cd080af..73f17ee 100644 --- a/action.yml +++ b/action.yml @@ -11,7 +11,7 @@ inputs: default: 1 runs: - using: node16 + using: node20 main: clean.js post: restore.js -- cgit v1.2.3