From cf75db528a19297552087003c6543d5d6dab07a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 03:27:28 +0000 Subject: [PATCH] chore(deps): update node.js to v22.19.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..1612bb02 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.19.0' # specified in the package.json engines.node field - name: Install dependencies run: npm ci diff --git a/.nvmrc b/.nvmrc index 89b93fd7..3a6161c2 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -22.18.0 \ No newline at end of file +22.19.0 \ No newline at end of file