From 36e823a99246e1733172c195c1ae0ca1534311f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 05:06:16 +0000 Subject: [PATCH] Update Node.js to v22.22.0 --- .github/workflows/test.yml | 6 +++--- .nvmrc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 507c3d6..82efa2c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: "22.19.0" + node-version: "22.22.0" cache: "yarn" - run: "yarn install" - run: "yarn analyze" @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: "22.19.0" + node-version: "22.22.0" cache: "yarn" - run: "yarn install" - run: "yarn test" @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: "22.19.0" + node-version: "22.22.0" cache: "yarn" - run: "yarn install" - uses: cypress-io/github-action@v2 diff --git a/.nvmrc b/.nvmrc index e222811..85e5027 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -22.19.0 +22.22.0