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-04-28 17:55:31 +0300
committerGitHub <noreply@github.com>2020-04-28 17:55:31 +0300
commitfe808e494df16900066862ec612c9f7f6cebf799 (patch)
treebbb22e3342a36be09b704052e467b963fd5f8648 /.github
parent6fec127bdc03f712bfb0bc05cd1486ea5279d5c1 (diff)
CI: Add Node.js 14 (#256)
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 fe69b5e..dd7fd14 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- node: [10, 12]
+ node: [10, 12, 14]
steps:
- name: Clone repository