]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
CI: change Node.js to `14` (#32796)
authorXhmikosR <xhmikosr@gmail.com>
Thu, 14 Jan 2021 10:51:14 +0000 (12:51 +0200)
committerGitHub <noreply@github.com>
Thu, 14 Jan 2021 10:51:14 +0000 (12:51 +0200)
This is so that it's consistent with the JS workflow thus the cache should match.

.github/workflows/browserstack.yml
.github/workflows/bundlewatch.yml
.github/workflows/css.yml
.github/workflows/docs.yml
.github/workflows/lint.yml
.github/workflows/node-sass.yml

index ea0a257048d6bbfa8412fdf6437c7a5747387314..a12bffcf7dad3159c90b816354c3682b8797cdaa 100644 (file)
@@ -5,7 +5,7 @@ on:
 
 env:
   FORCE_COLOR: 2
-  NODE: 14.x
+  NODE: 14
 
 jobs:
   browserstack:
index 989991f0ddf43fa0366ecadb0ef75762307c1a57..b2bd5eed5173739802c5ee5fd7835b9262d3d932 100644 (file)
@@ -8,7 +8,7 @@ on:
 
 env:
   FORCE_COLOR: 2
-  NODE: 14.x
+  NODE: 14
 
 jobs:
   bundlewatch:
index 4463d52f4a3f4c0b62fec3c6e435a42c02d3509c..a28059d79f33318710fc3e94895221705e215785 100644 (file)
@@ -8,7 +8,7 @@ on:
 
 env:
   FORCE_COLOR: 2
-  NODE: 14.x
+  NODE: 14
 
 jobs:
   css:
index cda6f774890993e6230c1b83e7823965925b80e6..150e4d16c0b644b66b2cfc358e6109e189cb5e1c 100644 (file)
@@ -8,7 +8,7 @@ on:
 
 env:
   FORCE_COLOR: 2
-  NODE: 14.x
+  NODE: 14
 
 jobs:
   docs:
index e7a55083d780f59c0d7bff2f04c7a63ac4c89d48..369aaced332ee9a04d86a013e651f875698facb1 100644 (file)
@@ -8,7 +8,7 @@ on:
 
 env:
   FORCE_COLOR: 2
-  NODE: 14.x
+  NODE: 14
 
 jobs:
   lint:
index 285d4bcc80dc998d3d2787ea4c09ec906b01dd14..ee64b21527d986b834471d5dbe59cb52b754cf11 100644 (file)
@@ -8,7 +8,7 @@ on:
 
 env:
   FORCE_COLOR: 2
-  NODE: 14.x
+  NODE: 14
 
 jobs:
   css: