From 18438e777dd09ff3c562b36a5dd7cd381127c4ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 18:33:44 +0000 Subject: [PATCH] Update Node.js to v20.12.0 --- .github/actions/triage/package-lock.json | 2 +- .github/actions/triage/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/triage/package-lock.json b/.github/actions/triage/package-lock.json index a0571a8..cc38905 100644 --- a/.github/actions/triage/package-lock.json +++ b/.github/actions/triage/package-lock.json @@ -16,7 +16,7 @@ "@vercel/ncc": "0.38.1" }, "engines": { - "node": "20.11.1" + "node": "20.12.0" } }, "node_modules/@actions/core": { diff --git a/.github/actions/triage/package.json b/.github/actions/triage/package.json index 442aa55..c3e6197 100644 --- a/.github/actions/triage/package.json +++ b/.github/actions/triage/package.json @@ -30,6 +30,6 @@ "@actions/github": "6.0.0" }, "engines": { - "node": "20.11.1" + "node": "20.12.0" } }