Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Travis: Test against Node 14 (#267)
Browse files Browse the repository at this point in the history
And remove Node 13 from the matrix since it's no longer supported and
we still test against 12 and 14, which is good enough.
  • Loading branch information
edmorley authored Jul 19, 2020
1 parent 5405fcc commit 4b6f05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cache: yarn
node_js:
- '10'
- '12'
- '13'
- '14'
jobs:
include:
# Prettier has dropped support for Node 8, so we have to skip linting and use --ignore-engines.
Expand Down

0 comments on commit 4b6f05f

Please sign in to comment.