From a3204ddbe560ea1369e670df80dbc8367961f2f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Roche?= Date: Tue, 15 Nov 2022 18:46:34 +0100 Subject: [PATCH] feat: support node.js 16 nodejs 16 supported by runner version 2.285.0 actions/runner#772 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index cd05a7b..102b4e1 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: 'node12' + using: 'node16' main: 'main.js' inputs: pull_request_base: