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
committerMax <max@nextcloud.com>2022-07-05 07:23:00 +0300
commitc0dbf480134a71ada4b49bdf76bc3048f4cfe85d (patch)
treeef87fb4d95d105bd00bd2fda8418cbdfe1457413 /.github/workflows
parent7903dac776a2fa03b37c495c93080179b0e23151 (diff)
⏪️ Revert npm@7 version
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
Diffstat (limited to '.github/workflows')
-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 1879a70db..567ffa9bf 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: