Skip to content

Commit

Permalink
Update node to 22.11 (#1652)
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofzuraw authored Nov 27, 2024
1 parent 1e70b99 commit 83ad653
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
20 changes: 20 additions & 0 deletions .changeset/tender-timers-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
"app-avatax": patch
"cms-v2": patch
"klaviyo": patch
"products-feed": patch
"search": patch
"smtp": patch
"@saleor/e2e": patch
"eslint-config-saleor": patch
"@saleor/apps-logger": patch
"@saleor/apps-otel": patch
"@saleor/react-hook-form-macaw": patch
"@saleor/sentry-utils": patch
"@saleor/apps-shared": patch
"@saleor/trpc": patch
"@saleor/apps-ui": patch
"@saleor/webhook-utils": patch
---

Updated Node.js to 22.11
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11
22.11
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@
"typescript": "5.5.4"
},
"engines": {
"node": ">=18.17.0 <=20",
"pnpm": ">=9"
"npm": ">=10.0.0 <11.0.0",
"node": ">=22.0.0 <23.0.0",
"pnpm": ">=9.0.0 <10.0.0"
},
"lint-staged": {
"*.{js,ts,tsx}": "eslint --cache --fix",
Expand Down

0 comments on commit 83ad653

Please sign in to comment.