From c72065ec3100e2a5d88175cf1e3c0246161d971e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 05:30:40 +0000 Subject: [PATCH] chore(deps): update node.js to v22 --- .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 16c80ad4..833e0f10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '16.20.2' # specified in the package.json engines.node field + node-version: '22.15.0' # specified in the package.json engines.node field - name: Install dependencies run: npm ci diff --git a/.nvmrc b/.nvmrc index 20873cb5..dc5620ac 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20.19.1 \ No newline at end of file +22.15.0 \ No newline at end of file