ci: remove node 8, add 14
This commit is contained in:
parent
ef2fa353c5
commit
6ec01aae93
1 changed files with 2 additions and 1 deletions
|
@ -2,9 +2,10 @@ sudo: false
|
|||
language: node_js
|
||||
node_js:
|
||||
# LTS
|
||||
- "8"
|
||||
# - "8"
|
||||
- "10"
|
||||
- "12"
|
||||
- "14"
|
||||
- "node"
|
||||
before_install:
|
||||
- npm install -g npm
|
||||
|
|
Loading…
Reference in a new issue