From c9d2598db4e15be81e1fe58aa23a994b1fde4846 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 09:38:01 +0100 Subject: [PATCH] Update Node.js to v20.11.0 (#105) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 6c1b2bb..8b3d7dc 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.10.0" + "node": "20.11.0" } }, "node_modules/@actions/core": { diff --git a/.github/actions/triage/package.json b/.github/actions/triage/package.json index dbbb475..1ef99a4 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.10.0" + "node": "20.11.0" } }