Skip to content

Commit

Permalink
ci: add node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
mjeanroy committed May 3, 2020
1 parent 72bd2eb commit 21104c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
os: [ windows-latest, ubuntu-latest ]
node: [ 10, 11, 12, 13 ]
node: [ 10, 11, 12, 13, 14 ]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ node_js:
- "11"
- "12"
- "13"
- "14"

0 comments on commit 21104c9

Please sign in to comment.