Skip to content

Commit

Permalink
CI: change Node.js to 14 (#32796)
Browse files Browse the repository at this point in the history
This is so that it's consistent with the JS workflow thus the cache should match.
  • Loading branch information
XhmikosR committed Jan 15, 2021
1 parent d674c33 commit ec1d745
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/browserstack.yml
Expand Up @@ -5,7 +5,7 @@ on:

env:
FORCE_COLOR: 2
NODE: 14.x
NODE: 14

jobs:
browserstack:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bundlewatch.yml
Expand Up @@ -8,7 +8,7 @@ on:

env:
FORCE_COLOR: 2
NODE: 14.x
NODE: 14

jobs:
bundlewatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/css.yml
Expand Up @@ -8,7 +8,7 @@ on:

env:
FORCE_COLOR: 2
NODE: 14.x
NODE: 14

jobs:
css:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dart-sass.yml
Expand Up @@ -8,7 +8,7 @@ on:

env:
FORCE_COLOR: 2
NODE: 14.x
NODE: 14

jobs:
css:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Expand Up @@ -8,7 +8,7 @@ on:

env:
FORCE_COLOR: 2
NODE: 14.x
NODE: 14

jobs:
docs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -8,7 +8,7 @@ on:

env:
FORCE_COLOR: 2
NODE: 14.x
NODE: 14

jobs:
lint:
Expand Down

0 comments on commit ec1d745

Please sign in to comment.