update nodejs

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
This commit is contained in:
Benjamin Brahmer 2023-11-19 15:01:21 +01:00
parent 8b6febb584
commit e5b3393d29
3 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@ on:
jobs:
php:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
name: "Frontend: Nextcloud ${{ matrix.nextcloud }} - PHP ${{ matrix.php-versions }} - DB ${{ matrix.database }}"
strategy:

4
package-lock.json generated
View File

@ -96,8 +96,8 @@
"webpack-merge": "^5.10.0"
},
"engines": {
"node": "^16.0.0",
"npm": "^7.0.0 || ^8.0.0"
"node": "18.18.2 || ^20.9.0",
"npm": "9.8.1 || ^10.1.0"
}
},
"node_modules/@aashutoshrathi/word-wrap": {

View File

@ -34,8 +34,8 @@
"url": "https://github.com/nextcloud/news/issues"
},
"engines": {
"node": "^16.0.0",
"npm": "^7.0.0 || ^8.0.0"
"node": "18.18.2 || ^20.9.0",
"npm": "9.8.1 || ^10.1.0"
},
"resolutions": {
"natives": "1.1.3"