Skip to content

Commit 5e73c6b

Browse files
authored
chore: update to Node.js v22 and electron v35 (#2681)
* chore: update to Node.js v22 and electron v35 Signed-off-by: Florent Benoit <[email protected]> * chore: add requirement in package.json Signed-off-by: Florent Benoit <[email protected]>
1 parent eabdaba commit 5e73c6b

File tree

8 files changed

+37
-141
lines changed

8 files changed

+37
-141
lines changed

.github/workflows/build-next.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- uses: actions/setup-node@v4
3737
with:
38-
node-version: 20
38+
node-version: 22
3939
cache: 'pnpm'
4040

4141
- name: Execute pnpm

.github/workflows/e2e-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
- uses: actions/setup-node@v4
7575
with:
76-
node-version: 20
76+
node-version: 22
7777
cache: 'pnpm'
7878
cache-dependency-path: |
7979
./podman-desktop

.github/workflows/pr-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- uses: actions/setup-node@v4
4040
with:
41-
node-version: 20
41+
node-version: 22
4242
cache: 'pnpm'
4343

4444
- name: Execute pnpm
@@ -86,7 +86,7 @@ jobs:
8686
# Install Node.js
8787
- uses: actions/setup-node@v4
8888
with:
89-
node-version: 20
89+
node-version: 22
9090
# Checkout podman desktop
9191
- uses: actions/checkout@v4
9292
with:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127

128128
- uses: actions/setup-node@v4
129129
with:
130-
node-version: 20
130+
node-version: 22
131131
cache: 'pnpm'
132132

133133
- name: Execute yarn

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"license": "Apache-2.0",
88
"private": true,
99
"engines": {
10-
"node": ">=20.9.0",
10+
"node": ">=22.0.0",
1111
"npm": ">=10.2.3"
1212
},
1313
"scripts": {

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"@types/express": "^4.17.21",
120120
"@types/js-yaml": "^4.0.9",
121121
"@types/mustache": "^4.2.5",
122-
"@types/node": "^20",
122+
"@types/node": "^22",
123123
"@types/postman-collection": "^3.5.10",
124124
"@types/supertest": "^6.0.2",
125125
"openapi-typescript": "^7.6.1",

0 commit comments

Comments
 (0)