Update .travis.yml
Updated node version
This commit is contained in:
parent
66daaadb17
commit
6c2c40cb95
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue