Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-01-14 13:51:14 +0300
committerGitHub <noreply@github.com>2021-01-14 13:51:14 +0300
commit8c1444f00a44552dcc7d786df15b65aeeaf7c945 (patch)
tree44d02a74f2d8b72c4da60469bba5e361c876edb3 /.github
parent949fa3015283b6098f47abc988da0fb31b85eccb (diff)
CI: change Node.js to `14` (#32796)
This is so that it's consistent with the JS workflow thus the cache should match.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/browserstack.yml2
-rw-r--r--.github/workflows/bundlewatch.yml2
-rw-r--r--.github/workflows/css.yml2
-rw-r--r--.github/workflows/docs.yml2
-rw-r--r--.github/workflows/lint.yml2
-rw-r--r--.github/workflows/node-sass.yml2
6 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/browserstack.yml b/.github/workflows/browserstack.yml
index ea0a257048..a12bffcf7d 100644
--- a/.github/workflows/browserstack.yml
+++ b/.github/workflows/browserstack.yml
@@ -5,7 +5,7 @@ on:
env:
FORCE_COLOR: 2
- NODE: 14.x
+ NODE: 14
jobs:
browserstack:
diff --git a/.github/workflows/bundlewatch.yml b/.github/workflows/bundlewatch.yml
index 989991f0dd..b2bd5eed51 100644
--- a/.github/workflows/bundlewatch.yml
+++ b/.github/workflows/bundlewatch.yml
@@ -8,7 +8,7 @@ on:
env:
FORCE_COLOR: 2
- NODE: 14.x
+ NODE: 14
jobs:
bundlewatch:
diff --git a/.github/workflows/css.yml b/.github/workflows/css.yml
index 4463d52f4a..a28059d79f 100644
--- a/.github/workflows/css.yml
+++ b/.github/workflows/css.yml
@@ -8,7 +8,7 @@ on:
env:
FORCE_COLOR: 2
- NODE: 14.x
+ NODE: 14
jobs:
css:
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index cda6f77489..150e4d16c0 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -8,7 +8,7 @@ on:
env:
FORCE_COLOR: 2
- NODE: 14.x
+ NODE: 14
jobs:
docs:
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index e7a55083d7..369aaced33 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -8,7 +8,7 @@ on:
env:
FORCE_COLOR: 2
- NODE: 14.x
+ NODE: 14
jobs:
lint:
diff --git a/.github/workflows/node-sass.yml b/.github/workflows/node-sass.yml
index 285d4bcc80..ee64b21527 100644
--- a/.github/workflows/node-sass.yml
+++ b/.github/workflows/node-sass.yml
@@ -8,7 +8,7 @@ on:
env:
FORCE_COLOR: 2
- NODE: 14.x
+ NODE: 14
jobs:
css: