]> 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)
committerXhmikosR <xhmikosr@gmail.com>
Fri, 30 Oct 2020 14:34:06 +0000 (16:34 +0200)
.github/workflows/browserstack.yml
.github/workflows/bundlewatch.yml
.github/workflows/css.yml
.github/workflows/dart-sass.yml
.github/workflows/docs.yml
.github/workflows/js.yml
.github/workflows/lint.yml

index e6aa9422a7cab1dc9d9996caab7bbb93cb6134d8..9163f803c0f77c7ba6668a852b4210032a6d4ab8 100644 (file)
@@ -5,7 +5,7 @@ on:
 
 env:
   CI: true
-  NODE: 12.x
+  NODE: 14.x
 
 jobs:
   browserstack:
index 6f4628027dd4f3d2df62734055818871280edb0e..7765847ef25cf41ec8c52500f4401f35e836abe5 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 a8eff28a8a0d21fc0e4488352177bc1dbaafc94b..82896663c98631823bb5c2087f461226f80944bb 100644 (file)
@@ -8,7 +8,7 @@ on:
 
 env:
   CI: true
-  NODE: 12.x
+  NODE: 14.x
 
 jobs:
   css:
index 932a503aee78fb34a046d86edce77280db19a64b..5f2e3b96225831a0dd92be3899cdc2f08d31cabf 100644 (file)
@@ -8,7 +8,7 @@ on:
 
 env:
   CI: true
-  NODE: 12.x
+  NODE: 14.x
   RUBY: 2.7.x
 
 jobs:
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: