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:
authorVinicius Reis <vinicius.reis@nextcloud.com>2022-05-04 00:35:20 +0300
committerVinicius Reis <vinicius.reis@nextcloud.com>2022-05-04 00:35:20 +0300
commitb984a86213238d91f9cfc3dd61af7598ea096c5d (patch)
treecff96c12e43a3c6716bfce601ea67d4bb44f10ec /.github
parenta45c495428fbdbddb2becf0fa9b5f08dde1cbcf2 (diff)
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cypress.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml
index ec791eccd..c1b0bc32f 100644
--- a/.github/workflows/cypress.yml
+++ b/.github/workflows/cypress.yml
@@ -31,6 +31,9 @@ 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: