Skip to content

Commit 1229c67

Browse files
node 22 (#126)
1 parent cb0a173 commit 1229c67

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: ⎔ Setup node
2929
uses: actions/setup-node@v4
3030
with:
31-
node-version: 20.10.0
31+
node-version: 22.9.0
3232

3333
- name: 📥 Install deps
3434
run: pnpm install
@@ -52,7 +52,7 @@ jobs:
5252
- name: ⎔ Setup node
5353
uses: actions/setup-node@v4
5454
with:
55-
node-version: 20.10.0
55+
node-version: 22.9.0
5656

5757
- name: 📥 Install deps
5858
run: pnpm install
@@ -76,7 +76,7 @@ jobs:
7676
- name: ⎔ Setup node
7777
uses: actions/setup-node@v4
7878
with:
79-
node-version: 20.10.0
79+
node-version: 22.9.0
8080

8181
- name: 📥 Install deps
8282
run: pnpm install
@@ -100,7 +100,7 @@ jobs:
100100
- name: ⎔ Setup node
101101
uses: actions/setup-node@v4
102102
with:
103-
node-version: 20.10.0
103+
node-version: 22.9.0
104104

105105
- name: 📥 Install deps
106106
run: pnpm install
@@ -134,7 +134,7 @@ jobs:
134134
- name: ⎔ Setup node
135135
uses: actions/setup-node@v4
136136
with:
137-
node-version: 20.10.0
137+
node-version: 22.9.0
138138

139139
- name: 📥 Install deps
140140
run: pnpm install
@@ -168,7 +168,7 @@ jobs:
168168
- name: ⎔ Setup node
169169
uses: actions/setup-node@v4
170170
with:
171-
node-version: 20.10.0
171+
node-version: 22.9.0
172172

173173
- name: 📥 Install deps
174174
run: pnpm install

.github/workflows/stage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: ⎔ Setup node
4747
uses: actions/setup-node@v4
4848
with:
49-
node-version: 20.10.0
49+
node-version: 22.9.0
5050

5151
- name: 📥 Install deps
5252
run: pnpm install
@@ -79,7 +79,7 @@ jobs:
7979
- name: ⎔ Setup node
8080
uses: actions/setup-node@v4
8181
with:
82-
node-version: 20.10.0
82+
node-version: 22.9.0
8383

8484
- name: 📥 Install deps
8585
run: pnpm install

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"wrangler": "^3.73.0"
4040
},
4141
"engines": {
42-
"node": ">=20.10.0",
42+
"node": ">=22.9.0",
4343
"pnpm": ">=9"
4444
}
4545
}

0 commit comments

Comments
 (0)