chore: switch to use Node 12 (#3400)
This commit is contained in:
Родитель
426f12aae3
Коммит
da4be6f7de
2
.nvmrc
2
.nvmrc
|
@ -1 +1 @@
|
||||||
10
|
12
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
|
|
||||||
node_js:
|
node_js:
|
||||||
- "8"
|
- "12"
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
before_install:
|
|
||||||
# package-lock.json was introduced in npm@5
|
|
||||||
- '[[ $(node -v) =~ ^v9.*$ ]] || npm install -g npm@latest' # skipped when using node 9
|
|
||||||
script:
|
script:
|
||||||
- npm test # && npm run integration
|
- npm test # && npm run integration
|
||||||
|
|
|
@ -109,7 +109,7 @@
|
||||||
"walk-sync": "^2.0.2"
|
"walk-sync": "^2.0.2"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "10"
|
"node": ">= 12"
|
||||||
},
|
},
|
||||||
"standard": {
|
"standard": {
|
||||||
"ignore": [
|
"ignore": [
|
||||||
|
|
Загрузка…
Ссылка в новой задаче