mirror of https://github.com/twbs/bootstrap.git
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:
parent
949fa30152
commit
8c1444f00a
|
|
@ -5,7 +5,7 @@ on:
|
|||
|
||||
env:
|
||||
FORCE_COLOR: 2
|
||||
NODE: 14.x
|
||||
NODE: 14
|
||||
|
||||
jobs:
|
||||
browserstack:
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ on:
|
|||
|
||||
env:
|
||||
FORCE_COLOR: 2
|
||||
NODE: 14.x
|
||||
NODE: 14
|
||||
|
||||
jobs:
|
||||
bundlewatch:
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ on:
|
|||
|
||||
env:
|
||||
FORCE_COLOR: 2
|
||||
NODE: 14.x
|
||||
NODE: 14
|
||||
|
||||
jobs:
|
||||
css:
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ on:
|
|||
|
||||
env:
|
||||
FORCE_COLOR: 2
|
||||
NODE: 14.x
|
||||
NODE: 14
|
||||
|
||||
jobs:
|
||||
docs:
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ on:
|
|||
|
||||
env:
|
||||
FORCE_COLOR: 2
|
||||
NODE: 14.x
|
||||
NODE: 14
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ on:
|
|||
|
||||
env:
|
||||
FORCE_COLOR: 2
|
||||
NODE: 14.x
|
||||
NODE: 14
|
||||
|
||||
jobs:
|
||||
css:
|
||||
|
|
|
|||
Loading…
Reference in New Issue