summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2023-11-19 15:01:21 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2023-11-19 18:57:54 +0100
commite5b3393d29c13f884c9519af30cb2e9202f0ff00 (patch)
tree97418a29a96ccbecd563a00353608a26f3a347c4 /.github
parent8b6febb584ec60c514fd57ab06f60990f7d2730d (diff)
update nodejs
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/frontend-nodejs-tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/frontend-nodejs-tests.yml b/.github/workflows/frontend-nodejs-tests.yml
index a51bc3366..6b0cbbed9 100644
--- a/.github/workflows/frontend-nodejs-tests.yml
+++ b/.github/workflows/frontend-nodejs-tests.yml
@@ -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: