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:
authorXhmikosR <xhmikosr@gmail.com>2020-01-12 15:28:55 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-02-11 15:40:09 +0300
commitaf5f3f6ed50e68c84b602d7e1b17b54a88278d08 (patch)
tree573fe699a17720eeb20cfa4a9b2a5a92f41782c0 /.github
parent30634aa29fdd5c49bd35a72166c1cef3728c849b (diff)
Drop Node.js 8.x support
Diffstat (limited to '.github')
-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 f3d8267..ec0e4c5 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