Skip to content

Commit

Permalink
add node14 targets to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ruyadorno committed Apr 9, 2021
1 parent a7b0011 commit 90ab7f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [6.x, 8.x, 10.x, 12.x]
node-version: [6.x, 8.x, 10.x, 12.x, 14.x]
os: [ubuntu-latest, windows-latest, macOS-latest]

runs-on: ${{ matrix.os }}
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ os:
- windows

node_js:
- 14
- 12
- 10
- 8
Expand Down

0 comments on commit 90ab7f2

Please sign in to comment.