Skip to content

Commit 6041152

Browse files
committed
Upgrade Node to 22.2, pnpm to 9.1
1 parent e445d32 commit 6041152

File tree

3 files changed

+4794
-3919
lines changed

3 files changed

+4794
-3919
lines changed

ci/workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ workflows:
166166
- name: "Configure node"
167167
uses: actions/setup-node@v4
168168
with:
169-
node-version: 18.14
169+
node-version: 22.2
170170

171171
- name: "Get pnpm version from package.json"
172172
id: pnpm-version

ui/frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282
"webpack-cli": "^5.0.1"
8383
},
8484
"engines": {
85-
"node": "^18.14",
86-
"pnpm": "^8.9"
85+
"node": "^22.2",
86+
"pnpm": "^9.1"
8787
},
8888
"scripts": {
8989
"test": "jest",

0 commit comments

Comments
 (0)