Skip to content

Commit 2cffb07

Browse files
committed
update nodejs
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
1 parent 8b6febb commit 2cffb07

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/frontend-nodejs-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44

55
jobs:
66
php:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-latest
88
continue-on-error: ${{ matrix.experimental }}
99
name: "Frontend: Nextcloud ${{ matrix.nextcloud }} - PHP ${{ matrix.php-versions }} - DB ${{ matrix.database }}"
1010
strategy:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"url": "https://github.com/nextcloud/news/issues"
3535
},
3636
"engines": {
37-
"node": "^16.0.0",
38-
"npm": "^7.0.0 || ^8.0.0"
37+
"node": "18.18.2 || ^20.9.0",
38+
"npm": "9.8.1 || ^10.1.0"
3939
},
4040
"resolutions": {
4141
"natives": "1.1.3"

0 commit comments

Comments
 (0)