0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-30 22:52:24 +01:00

CI: change Node.js to 14 (#32796)

This is so that it's consistent with the JS workflow thus the cache should match.
This commit is contained in:
XhmikosR 2021-01-14 12:51:14 +02:00 committed by GitHub
parent 949fa30152
commit 8c1444f00a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@ on:
env:
FORCE_COLOR: 2
NODE: 14.x
NODE: 14
jobs:
browserstack:

View File

@ -8,7 +8,7 @@ on:
env:
FORCE_COLOR: 2
NODE: 14.x
NODE: 14
jobs:
bundlewatch:

View File

@ -8,7 +8,7 @@ on:
env:
FORCE_COLOR: 2
NODE: 14.x
NODE: 14
jobs:
css:

View File

@ -8,7 +8,7 @@ on:
env:
FORCE_COLOR: 2
NODE: 14.x
NODE: 14
jobs:
docs:

View File

@ -8,7 +8,7 @@ on:
env:
FORCE_COLOR: 2
NODE: 14.x
NODE: 14
jobs:
lint:

View File

@ -8,7 +8,7 @@ on:
env:
FORCE_COLOR: 2
NODE: 14.x
NODE: 14
jobs:
css: