From 9aa5207d5447d9a9d3468271c1b1e38abba64b71 Mon Sep 17 00:00:00 2001 From: Alex Couture-Beil Date: Tue, 23 Jan 2024 10:44:15 -0800 Subject: [PATCH] node20 (#32) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 754c5f1..4ff5009 100644 --- a/action.yml +++ b/action.yml @@ -17,6 +17,6 @@ inputs: github-token: description: "GitHub token for fetching Earthly version list." runs: - using: node16 + using: node20 main: dist/setup/index.js post: "dist/cache-save/index.js"