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

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index fa84fb8..ae8e656 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- node: [6, 8, 10, 12, 14]
+ node: [8, 10, 12, 14]
steps:
- name: Clone repository
@@ -26,12 +26,7 @@ jobs:
cache: npm
- name: Install npm dependencies
- run: npm install
- if: matrix.node == 6
-
- - name: Install npm dependencies
run: npm ci
- if: matrix.node != 6
- name: Run tests
run: npm test