1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 02:54:01 +02:00

JS tests: add Node.js 16 (#33720)

This commit is contained in:
XhmikosR
2021-04-22 13:51:03 +03:00
parent 5e69eab37a
commit 6ed3845f31

View File

@@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [10, 12, 14]
node: [10, 12, 14, 16]
steps:
- name: Clone repository