Merge pull request #31 from nextcloud/feat/package-node-npm-engines-update

This commit is contained in:
Kate 2024-01-16 14:06:28 +01:00 committed by GitHub
commit 722a380d11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,8 +32,8 @@
"extends @nextcloud/browserslist-config"
],
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
"node": "^20.0.0",
"npm": "^10.0.0"
},
"dependencies": {
"@nextcloud/auth": "^1.3.0",