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

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-09-15 13:49:08 +0300
committerGitHub <noreply@github.com>2020-09-15 13:49:08 +0300
commitcefd0976aa0c29dd1bb23e1ba99a90dccac43805 (patch)
tree2940a559122b0a6bed1b76f2bd93e605ea30f826 /.github
parent17455906ca59c966de511c31e492eae527f86f68 (diff)
parentb8147e01e9cbace9cee290688c3e29384e6f531a (diff)
Merge pull request #453 from nextcloud/fix/noid/use-correct-nodejs-version
Use correct NodeJS version in Github workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml4
-rw-r--r--.github/workflows/node.yml2
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 8d74b98f..3d32e676 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -66,7 +66,7 @@ jobs:
- name: Set up node ${{ matrix.node-versions }}
uses: actions/setup-node@v1
with:
- node-versions: ${{ matrix.node-versions }}
+ node-version: ${{ matrix.node-versions }}
- name: Install dependencies
run: npm ci
@@ -88,7 +88,7 @@ jobs:
- name: Set up node ${{ matrix.node-versions }}
uses: actions/setup-node@v1
with:
- node-versions: ${{ matrix.node-versions }}
+ node-version: ${{ matrix.node-versions }}
- name: Install dependencies
run: npm ci
diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml
index d5c403df..f44150d6 100644
--- a/.github/workflows/node.yml
+++ b/.github/workflows/node.yml
@@ -22,7 +22,7 @@ jobs:
- name: Set up node ${{ matrix.node-versions }}
uses: actions/setup-node@v1
with:
- node-versions: ${{ matrix.node-versions }}
+ node-version: ${{ matrix.node-versions }}
- name: Install dependencies & build
run: |