0
0
Fork 0
mirror of https://github.com/verdigado/organization_folders.git synced 2024-12-06 11:22:41 +01:00

Update Node.js to v22

This commit is contained in:
renovate[bot] 2024-11-25 20:00:25 +00:00 committed by GitHub
parent 225072bff7
commit 02cd2a433a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View file

@ -29,7 +29,7 @@
"@nextcloud/webpack-vue-config": "^6.0.1" "@nextcloud/webpack-vue-config": "^6.0.1"
}, },
"engines": { "engines": {
"node": "^16.0.0", "node": "^22.0.0",
"npm": "^7.0.0 || ^8.0.0" "npm": "^7.0.0 || ^8.0.0"
} }
}, },

View file

@ -47,7 +47,7 @@
"extends @nextcloud/browserslist-config" "extends @nextcloud/browserslist-config"
], ],
"engines": { "engines": {
"node": "^16.0.0", "node": "^22.0.0",
"npm": "^7.0.0 || ^8.0.0" "npm": "^7.0.0 || ^8.0.0"
}, },
"devDependencies": { "devDependencies": {