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

github.com/twbs/stylelint-config-twbs-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-01-13 00:45:47 +0300
committerGitHub <noreply@github.com>2020-01-13 00:45:47 +0300
commitef928a2f1dc389c3386533b214002312f77b9538 (patch)
tree54b8f0079c63c087683f9fe755e0e68b42ee8299 /.github/workflows
parent8dd01603fa1742441f764cc4d6e45cb8644b8f56 (diff)
Update stylelint to v13.0.0 (#42)
Also drop Node.js 8.x support since stylelint v13.0.0 requires >= 10.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 4833231..db88d23 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- node: [8, 10, 12]
+ node: [10, 12]
steps:
- name: Clone repository