Skip to content

Commit

Permalink
Merge pull request #1244 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
nickvergessen authored Aug 8, 2022
2 parents 33cff3f + 46589ea commit 2026692
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 @@ -33,8 +33,8 @@
"vue-tooltip": "^0.1.0"
},
"engines": {
"node": "^14.0.0",
"npm": "^7.0.0"
"node": "^16.0.0",
"npm": "^7.0.0 || ^8.0.0"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
Expand Down

0 comments on commit 2026692

Please sign in to comment.