Skip to content

Commit

Permalink
Merge pull request #453 from nextcloud/fix/noid/use-correct-nodejs-ve…
Browse files Browse the repository at this point in the history
…rsion

Use correct NodeJS version in Github workflow
  • Loading branch information
skjnldsv committed Sep 15, 2020
2 parents 1745590 + b8147e0 commit cefd097
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit cefd097

Please sign in to comment.