mirror of
https://github.com/nextcloud/integration_moodle.git
synced 2025-12-17 21:02:05 +01:00
Merge pull request #31 from nextcloud/feat/package-node-npm-engines-update
This commit is contained in:
commit
722a380d11
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue