diff --git a/.travis.yml b/.travis.yml index ee20257..16a2842 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,14 @@ node_js: - "8" - "10" - "12" + - "14" + - "16" + - "18" + - "20" + - "22" matrix: include: - - node_js: "13" + - node_js: "23" env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly" allow_failures: # Allow the nightly installs to fail