Skip to content

Commit 83ad653

Browse files
Update node to 22.11 (#1652)
1 parent 1e70b99 commit 83ad653

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

.changeset/tender-timers-exercise.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
"app-avatax": patch
3+
"cms-v2": patch
4+
"klaviyo": patch
5+
"products-feed": patch
6+
"search": patch
7+
"smtp": patch
8+
"@saleor/e2e": patch
9+
"eslint-config-saleor": patch
10+
"@saleor/apps-logger": patch
11+
"@saleor/apps-otel": patch
12+
"@saleor/react-hook-form-macaw": patch
13+
"@saleor/sentry-utils": patch
14+
"@saleor/apps-shared": patch
15+
"@saleor/trpc": patch
16+
"@saleor/apps-ui": patch
17+
"@saleor/webhook-utils": patch
18+
---
19+
20+
Updated Node.js to 22.11

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.11
1+
22.11

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@
5353
"typescript": "5.5.4"
5454
},
5555
"engines": {
56-
"node": ">=18.17.0 <=20",
57-
"pnpm": ">=9"
56+
"npm": ">=10.0.0 <11.0.0",
57+
"node": ">=22.0.0 <23.0.0",
58+
"pnpm": ">=9.0.0 <10.0.0"
5859
},
5960
"lint-staged": {
6061
"*.{js,ts,tsx}": "eslint --cache --fix",

0 commit comments

Comments
 (0)