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

github.com/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-22 13:51:03 +0300
committerGitHub <noreply@github.com>2021-04-22 13:51:03 +0300
commitb3916ebdd4eb3192490c590a5b5f72d24243ae3f (patch)
treef9608409b0682cfed5b4def6d101d44f37d36941 /.github
parent3ebccc70c2ebb95c416fbfa5c88ecbf602398ea4 (diff)
JS tests: add Node.js 16 (#33720)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/js.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml
index 0a4fe259ac..9a2d92f941 100644
--- a/.github/workflows/js.yml
+++ b/.github/workflows/js.yml
@@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- node: [10, 12, 14]
+ node: [10, 12, 14, 16]
steps:
- name: Clone repository