Skip to content

Commit

Permalink
Deprecate Node 8 support (#426)
Browse files Browse the repository at this point in the history
also begins Node 13 in preparation for for Node 14 release in April (goes LTS in Oct this year)

Co-authored-by: Jared Palmer <[email protected]>
  • Loading branch information
swyxio and jaredpalmer committed Jan 13, 2020
1 parent 95ac3f4 commit bd35f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

strategy:
matrix:
node: ['10.x', '12.x']
node: ['10.x', '12.x', '13.x']
os: [ubuntu-latest, windows-latest, macOS-latest]

name: Test on node ${{ matrix.node }} and ${{ matrix.os }}
Expand Down

0 comments on commit bd35f65

Please sign in to comment.