aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2021-04-22 13:51:03 +0300
committerXhmikosR <[email protected]>2021-05-21 08:19:22 +0300
commit6ed3845f31e019ade9a1fd2480a9327ebe443d26 (patch)
tree2a917bb7d1851e35321f80116a84528f1871d9d2
parent5e69eab37af4dae8a3fbe1010f7e8d1359c58223 (diff)
downloadbootstrap-6ed3845f31e019ade9a1fd2480a9327ebe443d26.tar.xz
bootstrap-6ed3845f31e019ade9a1fd2480a9327ebe443d26.zip
JS tests: add Node.js 16 (#33720)
-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 0a4fe259a..9a2d92f94 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