From 5dcd0624016739434c780c222c96c8376851637a Mon Sep 17 00:00:00 2001 From: Cameron Smith Date: Wed, 24 Jan 2024 13:44:35 -0500 Subject: [PATCH] build(action): update node16 to node20 Signed-off-by: Cameron Smith --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2aa828b..a678a1f 100644 --- a/action.yml +++ b/action.yml @@ -33,6 +33,6 @@ inputs: default: "https://install.determinate.systems/magic-nix-cache/perf" runs: - using: "node16" + using: "node20" main: "./dist/index.js" post: "./dist/index.js"