From 0048d3f1561b913731c723c26a1af0b4baf91d0b Mon Sep 17 00:00:00 2001 From: Alexandru Rosianu <1418870+aluxian@users.noreply.github.com> Date: Mon, 8 Apr 2024 12:30:00 +0100 Subject: [PATCH] Update action.yml to use node 20 https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8df5669..0f669cd 100644 --- a/action.yml +++ b/action.yml @@ -11,5 +11,5 @@ inputs: description: 'Version of the Baselime CLI to install' required: false runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'