From 9055a9e87cd2483ed803c043081905e6e9a3160f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Roche?= Date: Thu, 28 Dec 2023 10:10:05 +0100 Subject: [PATCH] Use nodejs 20 Node 16 has reached its end of life More details here: 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 102b4e1..6d12818 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: 'niv Updater Action' description: 'A GitHub action that detects updates to dependencies tracked by niv and creates pull requests to keep them up to date.' author: 'knl' runs: - using: 'node16' + using: 'node20' main: 'main.js' inputs: pull_request_base: