From 8d9f172ed0730be63eb5ca602f4beb4b87d81c54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 03:56:31 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20Node.js=20to=20v?= =?UTF-8?q?22?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish-ios.yml | 2 +- .github/workflows/publish-npm-alpha.yml | 2 +- .github/workflows/publish-npm-beta.yml | 2 +- .github/workflows/publish-npm-dev.yml | 2 +- .github/workflows/publish-npm-latest.yml | 2 +- .github/workflows/publish-npm-nightly.yml | 2 +- .github/workflows/publish-npm-rc.yml | 2 +- .tool-versions | 2 +- package.json | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/publish-ios.yml b/.github/workflows/publish-ios.yml index 3929dae1e..3c4ed8f15 100644 --- a/.github/workflows/publish-ios.yml +++ b/.github/workflows/publish-ios.yml @@ -18,7 +18,7 @@ jobs: - run: sudo xcode-select --switch /Applications/Xcode_14.2.app - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5 with: - node-version: 20.x + node-version: 22.x - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: ref: native-publish diff --git a/.github/workflows/publish-npm-alpha.yml b/.github/workflows/publish-npm-alpha.yml index 157cfc42d..0900eadac 100644 --- a/.github/workflows/publish-npm-alpha.yml +++ b/.github/workflows/publish-npm-alpha.yml @@ -13,7 +13,7 @@ jobs: token: ${{ secrets.CAP_GH_RELEASE_TOKEN }} - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5 with: - node-version: 20.x + node-version: 22.x - name: Restore Dependency Cache uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: diff --git a/.github/workflows/publish-npm-beta.yml b/.github/workflows/publish-npm-beta.yml index f1ff8f737..6225b0e8e 100644 --- a/.github/workflows/publish-npm-beta.yml +++ b/.github/workflows/publish-npm-beta.yml @@ -13,7 +13,7 @@ jobs: token: ${{ secrets.CAP_GH_RELEASE_TOKEN }} - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5 with: - node-version: 20.x + node-version: 22.x - name: Restore Dependency Cache uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: diff --git a/.github/workflows/publish-npm-dev.yml b/.github/workflows/publish-npm-dev.yml index 8742675b7..4958bd1af 100644 --- a/.github/workflows/publish-npm-dev.yml +++ b/.github/workflows/publish-npm-dev.yml @@ -13,7 +13,7 @@ jobs: token: ${{ secrets.CAP_GH_RELEASE_TOKEN }} - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5 with: - node-version: 20.x + node-version: 22.x - name: Restore Dependency Cache uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: diff --git a/.github/workflows/publish-npm-latest.yml b/.github/workflows/publish-npm-latest.yml index 0868dce95..e62fa1351 100644 --- a/.github/workflows/publish-npm-latest.yml +++ b/.github/workflows/publish-npm-latest.yml @@ -14,7 +14,7 @@ jobs: token: ${{ secrets.CAP_GH_RELEASE_TOKEN }} - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5 with: - node-version: 20.x + node-version: 22.x - name: Restore Dependency Cache uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: diff --git a/.github/workflows/publish-npm-nightly.yml b/.github/workflows/publish-npm-nightly.yml index a686822a6..fa15cc19f 100644 --- a/.github/workflows/publish-npm-nightly.yml +++ b/.github/workflows/publish-npm-nightly.yml @@ -16,7 +16,7 @@ jobs: token: ${{ secrets.CAP_GH_RELEASE_TOKEN }} - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5 with: - node-version: 20.x + node-version: 22.x - name: Restore Dependency Cache uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: diff --git a/.github/workflows/publish-npm-rc.yml b/.github/workflows/publish-npm-rc.yml index a3d180164..14d3c8ff7 100644 --- a/.github/workflows/publish-npm-rc.yml +++ b/.github/workflows/publish-npm-rc.yml @@ -13,7 +13,7 @@ jobs: token: ${{ secrets.CAP_GH_RELEASE_TOKEN }} - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5 with: - node-version: 20.x + node-version: 22.x - name: Restore Dependency Cache uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: diff --git a/.tool-versions b/.tool-versions index 958fb3698..c19c8ee84 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -nodejs 20.12.2 +nodejs 22.23.2 diff --git a/package.json b/package.json index 0a61ff447..774613e50 100644 --- a/package.json +++ b/package.json @@ -120,6 +120,6 @@ "yarn": ">=1.0.0" }, "volta": { - "node": "20.12.1" + "node": "22.23.2" } }