Skip to content

Commit

Permalink
chore(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 13, 2024
1 parent 5734cd3 commit 8694e4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"packageManager": "[email protected]",
"engines": {
"yarn": "^4.0.0",
"node": ">=18 <=20"
"node": ">=18 <=22"
},
"workspaces": [
"apps/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typescript": "^5.6.3"
},
"engines": {
"node": ">=18 <=20",
"node": ">=18 <=22",
"yarn": "^4.0.0"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/fractal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"vite-tsconfig-paths": "^5.1.2"
},
"engines": {
"node": ">=18 <=20",
"node": ">=18 <=22",
"yarn": "^4.0.0"
},
"files": [
Expand Down

0 comments on commit 8694e4c

Please sign in to comment.