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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarco <marcoambrosini@pm.me>2021-06-15 11:25:03 +0300
committerJoas Schilling <coding@schilljs.com>2021-06-17 17:48:26 +0300
commit3e4d8485a6790d6d6d5065f0ab5290af00612be3 (patch)
treed70a8392b07f0d8a1207684a7e847da8d7f90a0b /.github
parentf0764af2507ba322bccc137c7d857198dd5454a6 (diff)
Update .github/workflows/lint.yml
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 1de048d8a..a4a857cde 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -80,7 +80,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- - name: Set up node ${{ matrix.node-versions }}
+ - name: Set up node
uses: actions/setup-node@v2
with:
node-version: 14