From 9430e59b901db1a1f1c42254a6ebdeec5eceea42 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Sat, 27 Jan 2024 12:27:28 +0100 Subject: [PATCH] update to node20 --- 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'