Skip to content

Commit

Permalink
bump min node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
connor4312 committed Jul 28, 2023
1 parent 7945875 commit d9013a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [^10, ^12, ^14]
node-version: [^16, ^18, ^20]
etcd-version: [v3.1.5, v3.2.4, v3.3.9]
steps:
- uses: actions/checkout@v1
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"type": "git",
"url": "git+https://github.com/microsoft/etcd3.git"
},
"engines": {
"node": ">=16"
},
"nyc": {
"reporter": [
"text-summary",
Expand Down

0 comments on commit d9013a8

Please sign in to comment.