summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2021-12-09 17:45:43 +0100
committerJohn Molakvoæ <skjnldsv@protonmail.com>2021-12-09 17:45:43 +0100
commit668895ad25ebe9244cb68040fd45466b6bc56b1a (patch)
tree1838755ecb2f4aa039c26c9e9cae5e79cac657c3 /.github
parente302e3566c7676077643a8a5e532a41693fe121b (diff)
downloadnextcloud-server-668895ad25ebe9244cb68040fd45466b6bc56b1a.tar.gz
nextcloud-server-668895ad25ebe9244cb68040fd45466b6bc56b1a.zip
Jsunit requires npm6
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/node.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml
index dbb654070be..6b6b63d4d6c 100644
--- a/.github/workflows/node.yml
+++ b/.github/workflows/node.yml
@@ -58,6 +58,9 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
+ # This test requires npm6 for some reason
+ - name: Set up npm 6
+ run: npm i -g npm@^6
- name: Test
run: ./autotest-js.sh