Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2022-08-11 15:17:10 +0300
committerJulius Härtl <jus@bitgrid.net>2022-08-19 00:10:59 +0300
commit187d5167fbe59ba93ce7e9896f175c17021e264f (patch)
tree11034058a0593621687e755f8e7127cd6270bd2d /.github
parent7c47b14df21c801293bc2150620858a1d1f00f28 (diff)
Run cypress build with node 16
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cypress.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml
index 05bc92a23..7f5edc73b 100644
--- a/.github/workflows/cypress.yml
+++ b/.github/workflows/cypress.yml
@@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- node-version: [14]
+ node-version: [16]
containers: [1, 2, 3, 4]
php-versions: [ '7.4' ]
databases: [ 'sqlite' ]
@@ -31,9 +31,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- - name: Set up npm7
- run: npm i -g npm@7
-
- name: Checkout server
uses: actions/checkout@v3
with: