This commit is contained in:
Connor Peet 2023-07-28 10:11:10 -07:00
Родитель 7945875ba1
Коммит d9013a8258
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: CF8FD2EA0DBC61BD
2 изменённых файлов: 4 добавлений и 1 удалений

2
.github/workflows/ci.yml поставляемый
Просмотреть файл

@ -6,7 +6,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
node-version: [^10, ^12, ^14] node-version: [^16, ^18, ^20]
etcd-version: [v3.1.5, v3.2.4, v3.3.9] etcd-version: [v3.1.5, v3.2.4, v3.3.9]
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1

Просмотреть файл

@ -20,6 +20,9 @@
"type": "git", "type": "git",
"url": "git+https://github.com/microsoft/etcd3.git" "url": "git+https://github.com/microsoft/etcd3.git"
}, },
"engines": {
"node": ">=16"
},
"nyc": { "nyc": {
"reporter": [ "reporter": [
"text-summary", "text-summary",