From 1b070bb66065cfb63eb712e739111f3508ec15a4 Mon Sep 17 00:00:00 2001 From: christophechateau <162146588+christophechateau@users.noreply.github.com> Date: Thu, 20 Jun 2024 12:20:40 +0200 Subject: [PATCH] update to node20 fix github warning https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 586cc5a..f97193e 100644 --- a/action.yml +++ b/action.yml @@ -14,5 +14,5 @@ outputs: nextVersionCode: description: 'The next version code' runs: - using: 'node16' - main: 'lib/index.js' \ No newline at end of file + using: 'node20' + main: 'lib/index.js'