2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

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

This commit is contained in:
XhmikosR
2021-04-22 13:51:03 +03:00
committed by GitHub
parent 3ebccc70c2
commit b3916ebdd4
+1 -1
View File
@@ -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