Skip to content

Commit

Permalink
build: test node 14 and bundle codecov (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed May 18, 2020
1 parent 3d46963 commit d75d42f
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions .github/workflows/ci.yaml
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [10, 12, 13]
node: [10, 12, 14]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand All @@ -18,6 +18,10 @@ jobs:
- run: node --version
- run: npm ci
- run: npm test
- name: coverage
uses: codecov/codecov-action@v1
with:
name: actions ${{ matrix.node }}
windows:
runs-on: windows-latest
steps:
Expand Down Expand Up @@ -54,16 +58,3 @@ jobs:
node-version: 12
- run: npm ci
- run: npm run license-check
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm ci
- run: npm test
- run: npm run codecov
- uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit d75d42f

Please sign in to comment.