Skip to content

Commit

Permalink
ci: test node@13 and node@14
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanong committed May 2, 2020
1 parent 0504d5f commit 2950ab9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [10.x, 12.x, 13.x, 14.x]

env:
CI: true
CODECOV_TOKEN: 849dde91-e5e3-438d-a75e-07745ed7948a

steps:
Expand All @@ -24,4 +23,4 @@ jobs:
- run: npm ci
- run: npm run eslint
- run: npm run test -- --coverage
- run: npx codecov
- run: npx codecov

0 comments on commit 2950ab9

Please sign in to comment.