1
0
mirror of https://github.com/eleith/emailjs.git synced 2024-06-25 00:19:03 +00:00

test: add older unsupported node versions

This commit is contained in:
Zack Schuster 2020-07-28 10:31:42 -07:00
parent d4408a3b43
commit 6f1fec9bf5

View File

@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [^10.18.0, ^12.14.0, ^14.0.0]
node-version: [^6, ^8, ^10, ^12, ^14]
os: [ubuntu-latest, windows-latest, macos-latest]
steps: