Skip to content

Commit

Permalink
Merge pull request #689 from nextcloud/feat/package-node-npm-engines-…
Browse files Browse the repository at this point in the history
…update

Update npm and node engines versions
  • Loading branch information
Pytal authored Jan 16, 2024
2 parents a2fb223 + 50d29d8 commit e4682a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"@nextcloud/webpack-vue-config": "^5.4.0"
},
"engines": {
"node": "^16.0.0",
"npm": "^7.0.0 || ^8.0.0"
"node": "^20.0.0",
"npm": "^10.0.0"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
Expand Down

0 comments on commit e4682a7

Please sign in to comment.