Skip to content

Commit

Permalink
ci: drop Node 13 (#219)
Browse files Browse the repository at this point in the history
* ci(travis): drop Node 13

* ci(appveyor): drop Node 13

* ci(appveyor): prioritise newer Node

* Revert "ci(appveyor): prioritise newer Node"

This reverts commit ecd3dac.

Appveyor seems to prefer to run in older Node first.
  • Loading branch information
curbengh authored Jul 16, 2020
1 parent 14fa817 commit cd6dcfd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ cache:
node_js:
- "10"
- "12"
- "13"
- "14"

script:
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ environment:
matrix:
- nodejs_version: "10"
- nodejs_version: "12"
- nodejs_version: "13"
- nodejs_version: "14"

matrix:
Expand Down

0 comments on commit cd6dcfd

Please sign in to comment.