Skip to content

Commit 9933468

Browse files
authored
update node version to 22 (#1131)
1 parent ec73796 commit 9933468

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [20]
13+
node-version: [22]
1414
steps:
1515
- uses: actions/checkout@v2
1616
- uses: actions/setup-node@v1
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
strategy:
3333
matrix:
34-
node-version: [20]
34+
node-version: [22]
3535
steps:
3636
- uses: actions/checkout@v2
3737
- uses: actions/setup-node@v1
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-latest
5353
strategy:
5454
matrix:
55-
node-version: [20]
55+
node-version: [22]
5656
steps:
5757
- uses: actions/checkout@v2
5858
- uses: actions/setup-node@v1
@@ -76,7 +76,7 @@ jobs:
7676
runs-on: macos-latest
7777
strategy:
7878
matrix:
79-
node-version: [20]
79+
node-version: [22]
8080
arch: ["NewArch", "OldArch"]
8181
steps:
8282
- uses: actions/checkout@v2

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
ruby 2.7.6
22
java adoptopenjdk-17.0.10+7
3-
nodejs 20.10.0
3+
nodejs 22.11.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"access": "public"
105105
},
106106
"volta": {
107-
"node": "20.10.0",
107+
"node": "22.11.0",
108108
"yarn": "1.22.21"
109109
},
110110
"codegenConfig": {

0 commit comments

Comments
 (0)