mirror of
https://github.com/nextcloud/integration_moodle.git
synced 2025-12-17 12:58:30 +01:00
Update npm and node engines versions
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
parent
1979d8f8e6
commit
002da23101
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