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 4480baa commit a409e52
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"packageManager": "[email protected]",
"engines": {
"yarn": "^4.0.0",
"node": ">=18 <=20"
"node": ">=18 <=22"
},
"workspaces": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"description": "Prettier config by Snowball",
"engines": {
"node": ">=18 <=20",
"node": ">=18 <=22",
"yarn": "^4.0.0"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/renovate-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"renovate": "^39.11.7"
},
"engines": {
"node": ">=18 <=20",
"node": ">=18 <=22",
"yarn": "^4.0.0"
},
"files": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/semantic-release-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"description": "Semantic-Release configuration by Snowball supporting Yarn 3 mono-repositories",
"engines": {
"node": ">=18 <=20",
"node": ">=18 <=22",
"yarn": "^4.0.0"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"description": "Stylelint ruleset by Snowball supporting JSX, CSS in JS and more.",
"engines": {
"node": ">=18 <=20",
"node": ">=18 <=22",
"yarn": "^4.0.0"
},
"files": [
Expand Down

0 comments on commit a409e52

Please sign in to comment.