From 86a02148e828775e1bf7fde3cd665d291f89eef9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 20:08:53 +0000 Subject: [PATCH] Update dependency node to v22 --- .github/workflows/ci.yml | 2 +- .github/workflows/npm-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f57b35..c0e9591 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/setup-node@v4 with: - node-version: "20" + node-version: "22" - uses: actions/checkout@v4 - name: Cache node_modules id: cache diff --git a/.github/workflows/npm-release.yml b/.github/workflows/npm-release.yml index f7d9eca..340acf7 100644 --- a/.github/workflows/npm-release.yml +++ b/.github/workflows/npm-release.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/setup-node@v4 with: - node-version: "20" + node-version: "22" registry-url: 'https://registry.npmjs.org' - uses: actions/checkout@v4 - name: Cache node_modules