Skip to content

Commit

Permalink
chore: up node version (#679)
Browse files Browse the repository at this point in the history
* chore: up node version
  • Loading branch information
GrosSacASac committed Feb 2, 2021
1 parent d33884e commit 9f6ffda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [12.x]
node: [14.x]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [10.x, 12.x]
node: [12.x, 14.x]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand All @@ -77,5 +77,5 @@ jobs:
- name: Testing
run: yarn test:ci
- name: Sending test coverage to CodeCov
if: matrix.os == 'ubuntu-latest' && matrix.node == '12.x'
if: matrix.os == 'ubuntu-latest' && matrix.node == '14.x'
run: echo ${{ matrix.node }} && bash <(curl -s https://codecov.io/bash)

0 comments on commit 9f6ffda

Please sign in to comment.