From bb7306e551914d48b2d8405dba17ddc46a4a12a2 Mon Sep 17 00:00:00 2001 From: rumblefrog Date: Fri, 30 Aug 2024 23:45:00 -0400 Subject: [PATCH] chore: bump action nodejs version --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5842dba..5c98e75 100644 --- a/action.yml +++ b/action.yml @@ -24,7 +24,7 @@ outputs: version-file: description: 'Version of the .sp file' runs: - using: 'node16' + using: 'node20' main: 'lib/index.js' branding: icon: 'command'