Skip to content

Commit

Permalink
chore: require up to date node
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Feb 21, 2024
1 parent 17d47ed commit 04b6225
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@vue/router-root",
"private": true,
"packageManager": "pnpm@8.10.2",
"packageManager": "pnpm@8.15.3",
"engines": {
"node": ">=18.14.0"
"node": ">=20.9.0"
},
"workspaces": [
"packages/*"
Expand Down Expand Up @@ -66,6 +66,6 @@
}
},
"volta": {
"node": "18.16.0"
"node": "20.11.1"
}
}

0 comments on commit 04b6225

Please sign in to comment.