Galooshi / import-js

A tool to simplify importing JS modules
MIT License
524 stars 70 forks source link

Abandon old node versions, update test matrix #596

Closed trotzig closed 7 months ago

trotzig commented 7 months ago

We currently test these node versions in our Travis tests:

node_js:
  - "8"
  - "10"
  - "12"
  - "13"

I suggest we update this to use v 18-20 instead (LTS + current).

mikabytes commented 7 months ago

Excellent

trotzig commented 7 months ago

I was going to start this process if you're okay with it @mikabytes