From 70d6a9ef3e85aba3db740a665627ede51d8fed13 Mon Sep 17 00:00:00 2001 From: Andreas Abel Date: Thu, 25 Jan 2024 11:01:26 +0100 Subject: [PATCH] Bump setup action to node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1347ef4..582d9df 100644 --- a/action.yml +++ b/action.yml @@ -60,5 +60,5 @@ outputs: stack-root: description: 'The path to the stack root (equal to the STACK_ROOT environment variable if it is set; otherwise an OS-specific default)' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'