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

github.com/twbs/bootstrap-npm-starter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-05-14 11:11:45 +0300
committerXhmikosR <xhmikosr@gmail.com>2021-08-31 21:38:40 +0300
commit9cdcc10ea80f18ac5ce77c80476ab8a0169045f3 (patch)
tree05d14beed6f8560c878c3e93378b1d37eabec7a1
parent959c8e337dbf20c5d15eae9ca4a06c8f765d0c12 (diff)
CI: add Node.js 16
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9b07884..45737b8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- node: [12, 14]
+ node: [12, 14, 16]
steps:
- name: Clone repository