mirror of https://github.com/twbs/bootstrap.git
JS tests: add Node.js 16 (#33720)
This commit is contained in:
parent
3ebccc70c2
commit
b3916ebdd4
|
@ -17,7 +17,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
node: [10, 12, 14]
|
node: [10, 12, 14, 16]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
|
|
Loading…
Reference in New Issue