This commit is contained in:
Vlad Hashimoto 2020-01-14 17:47:52 +02:00 коммит произвёл GitHub
Родитель 426f12aae3
Коммит da4be6f7de
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 6 добавлений и 6 удалений

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": [