Skip to content

Commit

Permalink
Merge pull request #492 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
jotoeri authored Aug 9, 2022
2 parents 5b31deb + e17ef9a commit 7f6971e
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 @@ -49,7 +49,7 @@
"extends @nextcloud/browserslist-config"
],
"engines": {
"node": "^14",
"npm": "^7"
"node": "^16.0.0",
"npm": "^7.0.0 || ^8.0.0"
}
}

0 comments on commit 7f6971e

Please sign in to comment.