Skip to content

Commit 4088482

Browse files
Update Node.js to v22
1 parent 24f6deb commit 4088482

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install Node
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: 18
28+
node-version: 22
2929
cache: pnpm
3030
- name: Install Dependencies
3131
run: pnpm install --frozen-lockfile
@@ -46,7 +46,7 @@ jobs:
4646
version: 9
4747
- uses: actions/setup-node@v4
4848
with:
49-
node-version: 18
49+
node-version: 22
5050
cache: pnpm
5151
- name: Install Dependencies
5252
run: pnpm install --no-lockfile
@@ -65,7 +65,7 @@ jobs:
6565
version: 9
6666
- uses: actions/setup-node@v4
6767
with:
68-
node-version: 18
68+
node-version: 22
6969
cache: pnpm
7070
- name: Install Dependencies
7171
run: pnpm install --frozen-lockfile
@@ -84,7 +84,7 @@ jobs:
8484
version: 9
8585
- uses: actions/setup-node@v4
8686
with:
87-
node-version: 18
87+
node-version: 22
8888
cache: pnpm
8989
- name: Install Dependencies
9090
run: pnpm install --frozen-lockfile
@@ -162,7 +162,7 @@ jobs:
162162
- name: Install Node
163163
uses: actions/setup-node@v4
164164
with:
165-
node-version: 18
165+
node-version: 22
166166
cache: pnpm
167167
- name: Install Dependencies
168168
run: pnpm install --frozen-lockfile
@@ -194,7 +194,7 @@ jobs:
194194
- name: Install Node
195195
uses: actions/setup-node@v4
196196
with:
197-
node-version: 18
197+
node-version: 22
198198
cache: pnpm
199199
- name: Install Dependencies
200200
run: pnpm install --frozen-lockfile
@@ -218,7 +218,7 @@ jobs:
218218
- name: Install Node
219219
uses: actions/setup-node@v4
220220
with:
221-
node-version: 18
221+
node-version: 22
222222
cache: pnpm
223223
- name: Install Dependencies
224224
run: pnpm install --frozen-lockfile

.github/workflows/deploy-demo-and-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install Node
2828
uses: actions/setup-node@v4
2929
with:
30-
node-version: 18.x
30+
node-version: 22.x
3131
cache: pnpm
3232
- name: Install Dependencies
3333
run: pnpm install --frozen-lockfile
@@ -53,7 +53,7 @@ jobs:
5353
- name: Install Node
5454
uses: actions/setup-node@v4
5555
with:
56-
node-version: 18.x
56+
node-version: 22.x
5757
cache: pnpm
5858
- name: Install Dependencies
5959
run: pnpm install --frozen-lockfile

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
"node": ">= 18"
181181
},
182182
"volta": {
183-
"node": "20.13.1",
183+
"node": "22.20.0",
184184
"pnpm": "1.22.22"
185185
},
186186
"ember": {

0 commit comments

Comments
 (0)