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:
Diffstat (limited to '.github/workflows/node.yml')
-rw-r--r--.github/workflows/node.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml
index d5c403df..a971a7e6 100644
--- a/.github/workflows/node.yml
+++ b/.github/workflows/node.yml
@@ -13,16 +13,16 @@ jobs:
strategy:
matrix:
- node-versions: [12.x]
+ node-version: [12.x]
- name: node${{ matrix.node-versions }}
+ name: node${{ matrix.node-version }}
steps:
- uses: actions/checkout@v2
- - name: Set up node ${{ matrix.node-versions }}
+ - name: Set up node ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
- node-versions: ${{ matrix.node-versions }}
+ node-version: ${{ matrix.node-version }}
- name: Install dependencies & build
run: |