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-05-11 08:34:21 +0300
committerGitHub <noreply@github.com>2021-05-11 08:34:21 +0300
commitc3ad760cd7f7d8c5be80ec067338a9c526679604 (patch)
treed10549fa8959d8e21b00acccac383953bb479ea6 /.github
parent90b1a6907ed7bb3397fe6bd223f09eb12122d7a3 (diff)
CI: remove Node.js 10 (#33923)
Node.js 10 is EOL since 30/04/2021
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 9a2d92f941..4303165dc9 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, 16]
+ node: [12, 14, 16]
steps:
- name: Clone repository