Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Switch to Node.js 12.x.
  • Loading branch information
XhmikosR committed Apr 29, 2020
1 parent 7675e52 commit c4c1682
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/browserstack.yml
Expand Up @@ -11,7 +11,7 @@ on:

env:
CI: true
NODE: 10.x
NODE: 12.x

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

env:
CI: true
NODE: 10.x
NODE: 12.x

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

env:
CI: true
NODE: 10.x
NODE: 12.x

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

env:
CI: true
NODE: 10.x
NODE: 12.x

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

env:
CI: true
NODE: 10.x
NODE: 12.x

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

- name: Run Coveralls
uses: coverallsapp/github-action@master
if: matrix.node == 10
if: matrix.node == 12
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
path-to-lcov: "./js/coverage/lcov.info"
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -11,7 +11,7 @@ on:

env:
CI: true
NODE: 10.x
NODE: 12.x

jobs:
lint:
Expand Down

0 comments on commit c4c1682

Please sign in to comment.