diff --git a/.github/workflows/publish-ios.yml b/.github/workflows/publish-ios.yml index 3929dae1..3c4ed8f1 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 157cfc42..0900eada 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 f1ff8f73..6225b0e8 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 8742675b..4958bd1a 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 0868dce9..e62fa135 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 a686822a..fa15cc19 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 a3d18016..14d3c8ff 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 958fb369..e8a45a49 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -nodejs 20.12.2 +nodejs 22.22.1 diff --git a/package.json b/package.json index 0a61ff44..8990a4c0 100644 --- a/package.json +++ b/package.json @@ -120,6 +120,6 @@ "yarn": ">=1.0.0" }, "volta": { - "node": "20.12.1" + "node": "22.22.1" } }