Skip to content

Commit fa53ebb

Browse files
⬆️ Upgrade Node.js to v22
1 parent ec1613d commit fa53ebb

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

.github/workflows/publish-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- run: sudo xcode-select --switch /Applications/Xcode_14.2.app
1919
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
2020
with:
21-
node-version: 18.x
21+
node-version: 22.x
2222
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2323
with:
2424
ref: native-publish

.github/workflows/publish-npm-alpha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
token: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
1414
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
1515
with:
16-
node-version: 18.x
16+
node-version: 22.x
1717
- name: Restore Dependency Cache
1818
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
1919
with:

.github/workflows/publish-npm-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
token: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
1414
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
1515
with:
16-
node-version: 18.x
16+
node-version: 22.x
1717
- name: Restore Dependency Cache
1818
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
1919
with:

.github/workflows/publish-npm-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
token: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
1414
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
1515
with:
16-
node-version: 18.x
16+
node-version: 22.x
1717
- name: Restore Dependency Cache
1818
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
1919
with:

.github/workflows/publish-npm-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
token: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
1515
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
1616
with:
17-
node-version: 18.x
17+
node-version: 22.x
1818
- name: Restore Dependency Cache
1919
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
2020
with:

.github/workflows/publish-npm-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
token: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
1717
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
1818
with:
19-
node-version: 18.x
19+
node-version: 22.x
2020
- name: Restore Dependency Cache
2121
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
2222
with:

.github/workflows/publish-npm-rc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
token: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
1414
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
1515
with:
16-
node-version: 18.x
16+
node-version: 22.x
1717
- name: Restore Dependency Cache
1818
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
1919
with:

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 20.12.0
1+
nodejs 22.20.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,6 @@
120120
"yarn": ">=1.0.0"
121121
},
122122
"volta": {
123-
"node": "20.12.1"
123+
"node": "22.20.0"
124124
}
125125
}

0 commit comments

Comments
 (0)