]> 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)
committerXhmikosR <xhmikosr@gmail.com>
Fri, 15 Jan 2021 07:22:27 +0000 (09:22 +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/dart-sass.yml
.github/workflows/docs.yml
.github/workflows/lint.yml

index ea0a257048d6bbfa8412fdf6437c7a5747387314..a12bffcf7dad3159c90b816354c3682b8797cdaa 100644 (file)
@@ -5,7 +5,7 @@ on:
 
 env:
   FORCE_COLOR: 2
-  NODE: 14.x
+  NODE: 14
 
 jobs:
   browserstack:
index 9cfd8be716dabc5dcdcf2152323d140521c73246..16736b5cc81071bab6d7149271ee208375347347 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 83c2f4a644da86c595e8e670d98f59eeac104b1f..2b867d6bd1ef8253e8e9d3972cf5f9d7fc898d8f 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: