ksoichiro / node-archiver-zip-encryptable

An extension for archiver to zip with password encryption.
MIT License
12 stars 1 forks source link

Update Node versions on CI #28

Closed ksoichiro closed 3 years ago

ksoichiro commented 3 years ago

Updated Node.js versions on CI because the latest npm (v7) does not work with Node.js v8.

AppVeyor does not support Node.js v16 yet, so use 'Current' alias (v15). I will handle test failure on Node.js v15 issue in a separate pull request.