From 6f9571b8f92b1da623827fe974012303944ea7ff Mon Sep 17 00:00:00 2001 From: LinusSee Date: Sun, 26 May 2024 09:03:36 +0200 Subject: [PATCH] build (#49): update nodejs version to v20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index db007a9..ed27b07 100644 --- a/action.yml +++ b/action.yml @@ -35,5 +35,5 @@ inputs: description: 'Change the working directory' required: false runs: - using: 'node12' + using: 'node20' main: 'dist/index.js'