From 978e96c41bfd4c4ef7c85720544f2973bbd5eff2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 03:07:54 +0000 Subject: [PATCH] chore(deps): update node.js to v22.20.0 --- .github/workflows/ci.yml | 2 +- .nvmrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de77e8f4..165051f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v4 with: - node-version: '22.18.0' # specified in the package.json engines.node field + node-version: '22.20.0' # specified in the package.json engines.node field - name: Install dependencies run: npm ci diff --git a/.nvmrc b/.nvmrc index 89b93fd7..ed27c90a 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -22.18.0 \ No newline at end of file +22.20.0 \ No newline at end of file