Skip to content

Commit

Permalink
chore(deps): update node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 13, 2024
1 parent fd497de commit c3105f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"qunit": "^2.20.1"
},
"engines": {
"node": ">= 18.20.1"
"node": ">= 20.13.1"
},
"volta": {
"extends": "../../package.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/private-build-infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"pnpm-sync-dependencies-meta-injected": "0.0.10"
},
"engines": {
"node": ">= 18.20.2"
"node": ">= 20.13.1"
},
"volta": {
"extends": "../../package.json"
Expand Down
2 changes: 1 addition & 1 deletion tests/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"tsx": "^4.7.2"
},
"engines": {
"node": ">= 18.20.1"
"node": ">= 20.13.1"
},
"volta": {
"extends": "../../package.json"
Expand Down

0 comments on commit c3105f6

Please sign in to comment.