Update .travis.yml

Updated node version
This commit is contained in:
Daniel 2022-01-28 16:37:50 +01:00 committed by GitHub
parent 66daaadb17
commit 6c2c40cb95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
language: node_js language: node_js
node_js: node_js:
- "14" - "16"
dist: trusty dist: trusty
cache: cache:
npm: true npm: true
@ -9,4 +9,4 @@ cache:
install: install:
- npm install -d - npm install -d
script: script:
- npm run dist:prod - npm run dist:prod