From ac7fad99f57f7f8bba39ec136c309b7d91847732 Mon Sep 17 00:00:00 2001 From: David McIntosh <804610+mctofu@users.noreply.github.com> Date: Mon, 6 Nov 2023 19:35:58 +0000 Subject: [PATCH] Bump node from 16 to 20 --- .nvmrc | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.nvmrc b/.nvmrc index e65243f2e..f3f52b42d 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16.19.0 +20.9.0 diff --git a/action.yml b/action.yml index 2d9af4f5d..8b718e19d 100644 --- a/action.yml +++ b/action.yml @@ -2,6 +2,6 @@ name: 'Updater Action' description: 'Runs dependabot-updater in Actions' author: 'GitHub' runs: - using: 'node16' + using: 'node20' main: 'dist/main/index.js' post: 'dist/cleanup/index.js'