2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

CI: switch to Node.js 14. (#32003)

This commit is contained in:
XhmikosR
2020-10-29 19:38:31 +02:00
committed by GitHub
parent e993ca76e0
commit a6156ede32
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ on:
env:
CI: true
NODE: 12.x
NODE: 14.x
jobs:
browserstack:
+1 -1
View File
@@ -8,7 +8,7 @@ on:
env:
CI: true
NODE: 12.x
NODE: 14.x
jobs:
bundlewatch:
+1 -1
View File
@@ -8,7 +8,7 @@ on:
env:
CI: true
NODE: 12.x
NODE: 14.x
jobs:
css:
+1 -1
View File
@@ -8,7 +8,7 @@ on:
env:
CI: true
NODE: 12.x
NODE: 14.x
jobs:
docs:
+2 -2
View File
@@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [10, 12]
node: [10, 12, 14]
steps:
- name: Clone repository
@@ -48,7 +48,7 @@ jobs:
- name: Run Coveralls
uses: coverallsapp/github-action@master
if: matrix.node == 12
if: matrix.node == 14
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
path-to-lcov: "./js/coverage/lcov.info"
+1 -1
View File
@@ -8,7 +8,7 @@ on:
env:
CI: true
NODE: 12.x
NODE: 14.x
jobs:
lint:
+1 -1
View File
@@ -8,7 +8,7 @@ on:
env:
CI: true
NODE: 12.x
NODE: 14.x
jobs:
css: