]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Switch to Node.js 12.x.
authorXhmikosR <xhmikosr@gmail.com>
Wed, 29 Apr 2020 06:59:00 +0000 (09:59 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 10 Jun 2020 05:19:51 +0000 (08:19 +0300)
.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 7b19f09962ba8e0ed1edd7c21437c7197131ef35..b202352356e502e8c4938ec01bc68813ab1a1311 100644 (file)
@@ -11,7 +11,7 @@ on:
 
 env:
   CI: true
-  NODE: 10.x
+  NODE: 12.x
 
 jobs:
   browserstack:
index 70fd6829307cb40c0c2218acd7827f2d18ef4c41..7a9aae830625cb3e5613a98a4983edc9f6df4056 100644 (file)
@@ -11,7 +11,7 @@ on:
 
 env:
   CI: true
-  NODE: 10.x
+  NODE: 12.x
 
 jobs:
   bundlewatch:
index eca69087e2cd1c2b37832b9915b7c8cebfc4289a..0d0b1ecb4ab4a3e6f2349789977f837c3c1b33b4 100644 (file)
@@ -11,7 +11,7 @@ on:
 
 env:
   CI: true
-  NODE: 10.x
+  NODE: 12.x
 
 jobs:
   css:
index 1b6e176ca649f28b1073a82924ff661da9e29781..8b5466a09e26e24005f9a627d51f6dab38de1103 100644 (file)
@@ -11,7 +11,7 @@ on:
 
 env:
   CI: true
-  NODE: 10.x
+  NODE: 12.x
 
 jobs:
   css:
index 5be8c6dc5303706d0b48f61d8603d7fd5a5ba63c..50a62e16ad7b21247001786ca7a146dae66161b5 100644 (file)
@@ -11,7 +11,7 @@ on:
 
 env:
   CI: true
-  NODE: 10.x
+  NODE: 12.x
 
 jobs:
   docs:
index 18a22c481430e67b8c426457bd6ac6a2031a8821..b157a44a82b6fbf888537663c1faaec012c3508d 100644 (file)
@@ -51,7 +51,7 @@ jobs:
 
       - name: Run Coveralls
         uses: coverallsapp/github-action@master
-        if: matrix.node == 10
+        if: matrix.node == 12
         with:
           github-token: "${{ secrets.GITHUB_TOKEN }}"
           path-to-lcov: "./js/coverage/lcov.info"
index 0d9e94773efce4896c5ad18eea9ff440218a51e4..078ca2adc8716d783a07950cd36208e9b18b38e9 100644 (file)
@@ -11,7 +11,7 @@ on:
 
 env:
   CI: true
-  NODE: 10.x
+  NODE: 12.x
 
 jobs:
   lint: