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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-01-03 00:40:43 +0300
committerdartcafe <github@dartcafe.de>2021-01-03 00:40:43 +0300
commitbd6bf945e3b8d4efac966cb7f1ce39267befe85f (patch)
tree0ad30d5453cdec1c7e7914e0e035a945790d3a8b /.github
parent8a50fa34bee52c440d410d5e830c6239fd3b4918 (diff)
removed node 12.x from linter actions
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 779aa425..ebe80bc9 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -35,7 +35,7 @@ jobs:
strategy:
matrix:
- node-versions: [12.x, 14.x]
+ node-versions: [14.x]
name: eslint node ${{ matrix.node-versions }}
steps:
@@ -54,7 +54,7 @@ jobs:
strategy:
matrix:
- node-versions: [12.x, 14.x]
+ node-versions: [14.x]
name: stylelint node ${{ matrix.node-versions }}
steps: