Skip to content

Commit

Permalink
chore: update node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 14, 2024
1 parent d509f89 commit e8fb2d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"turbo": "^1.10.16"
},
"volta": {
"node": "18.18.2",
"node": "20.11.0",
"yarn": "4.0.0"
},
"packageManager": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion packages/fallback-vue-router-composables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
}
},
"engines": {
"node": ">= 12"
"node": ">= 20.11.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit e8fb2d7

Please sign in to comment.