From 437a175294dd49c0c379f79067d8ba50c3f0f31b Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Mon, 1 Apr 2024 15:56:39 +0200 Subject: [PATCH] update to node20 (#209) Co-authored-by: Viral B. Shah Co-authored-by: Dilum Aluthge --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f961da72..d735dcc8 100644 --- a/action.yml +++ b/action.yml @@ -23,7 +23,7 @@ outputs: julia-bindir: description: 'Path to the directory containing the Julia executable. Equivalent to JULIA_BINDIR: https://docs.julialang.org/en/v1/manual/environment-variables/#JULIA_BINDIR' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' branding: icon: 'download'