aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2021-05-11 08:34:21 +0300
committerGitHub <[email protected]>2021-05-11 08:34:21 +0300
commitc3ad760cd7f7d8c5be80ec067338a9c526679604 (patch)
treed10549fa8959d8e21b00acccac383953bb479ea6
parent90b1a6907ed7bb3397fe6bd223f09eb12122d7a3 (diff)
downloadbootstrap-c3ad760cd7f7d8c5be80ec067338a9c526679604.tar.xz
bootstrap-c3ad760cd7f7d8c5be80ec067338a9c526679604.zip
CI: remove Node.js 10 (#33923)
Node.js 10 is EOL since 30/04/2021
-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 9a2d92f94..4303165dc 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