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>2021-04-27 15:07:25 +0300
committerGitHub <noreply@github.com>2021-04-27 15:07:25 +0300
commit6c5b09503e392813ae36b06280faa1ccdaeb9cb6 (patch)
treebe8079dab007789e7be8e2d01fa8fc7214470252
parent9a32c3a0a90da90e1856ca24915bae65d601c29b (diff)
CI: add Node.js 16 (#111)
-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 46a3023..bacd1a3 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- node: [10, 12, 14]
+ node: [10, 12, 14, 16]
steps:
- name: Clone repository