]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
CI: switch to Node.js 14. (#32003)
authorXhmikosR <xhmikosr@gmail.com>
Thu, 29 Oct 2020 17:38:31 +0000 (19:38 +0200)
committerGitHub <noreply@github.com>
Thu, 29 Oct 2020 17:38:31 +0000 (19:38 +0200)
.github/workflows/browserstack.yml
.github/workflows/bundlewatch.yml
.github/workflows/css.yml
.github/workflows/docs.yml
.github/workflows/js.yml
.github/workflows/lint.yml
.github/workflows/node-sass.yml

index e6aa9422a7cab1dc9d9996caab7bbb93cb6134d8..9163f803c0f77c7ba6668a852b4210032a6d4ab8 100644 (file)
@@ -5,7 +5,7 @@ on:
 
 env:
   CI: true
-  NODE: 12.x
+  NODE: 14.x
 
 jobs:
   browserstack:
index c37612bbcbb8e173e933ea152781657a9dc8c56a..8657322598103815e75dee03fb5e097ab048cbec 100644 (file)
@@ -8,7 +8,7 @@ on:
 
 env:
   CI: true
-  NODE: 12.x
+  NODE: 14.x
 
 jobs:
   bundlewatch:
index e16f90fa2e2b6024d8c66f89cfaf77484378921e..065f7a93792e9d1970a52ba4f23e0aa23d5c4f3c 100644 (file)
@@ -8,7 +8,7 @@ on:
 
 env:
   CI: true
-  NODE: 12.x
+  NODE: 14.x
 
 jobs:
   css:
index 323eba1e4ed6a008ee7f49720e0f4466d3149d85..ac38d97ea5e65de86b98c41916a36eaa185c1369 100644 (file)
@@ -8,7 +8,7 @@ on:
 
 env:
   CI: true
-  NODE: 12.x
+  NODE: 14.x
 
 jobs:
   docs:
index 93a7ce13b717d0eb1429549ef3f3240d74f4dfde..d14588965bab03a1ada3d78bb6affd88b83b9eb8 100644 (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"
index 7aaafc724bf81e66775174c7c907823a22bce1b3..b5035c1ef1ec32009890bf10b132f3bccfd4b5a0 100644 (file)
@@ -8,7 +8,7 @@ on:
 
 env:
   CI: true
-  NODE: 12.x
+  NODE: 14.x
 
 jobs:
   lint:
index 0aba2671ab65ffa6c99d63cc766996f2e9d959c3..6904f7eca4af8593f41f97a33e326330b87ff2d8 100644 (file)
@@ -8,7 +8,7 @@ on:
 
 env:
   CI: true
-  NODE: 12.x
+  NODE: 14.x
 
 jobs:
   css: