Bump node version

This commit is contained in:
Dolan Miu
2020-08-01 17:49:25 +01:00
parent 4f6a9f734c
commit 69adbbc1c1
3 changed files with 3 additions and 3 deletions

2
.nvmrc
View File

@ -1 +1 @@
v8
v10

View File

@ -1,6 +1,6 @@
language: node_js
node_js:
- 9
- 10
install:
- npm install
- npm install -g codecov

View File

@ -95,6 +95,6 @@
"webpack": "^3.10.0"
},
"engines": {
"node": ">=8"
"node": ">=10"
}
}