mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-01 01:54:24 +01:00
JS tests: add Node.js 16 (#33720)
This commit is contained in:
parent
5e69eab37a
commit
6ed3845f31
2
.github/workflows/js.yml
vendored
2
.github/workflows/js.yml
vendored
@ -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…
x
Reference in New Issue
Block a user