From d9013a82585bffe44c7d0803b088394ef93fa139 Mon Sep 17 00:00:00 2001 From: Connor Peet Date: Fri, 28 Jul 2023 10:11:10 -0700 Subject: [PATCH] bump min node versions --- .github/workflows/ci.yml | 2 +- package.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73fcff3..26427d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/package.json b/package.json index e0afca7..55edb61 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,9 @@ "type": "git", "url": "git+https://github.com/microsoft/etcd3.git" }, + "engines": { + "node": ">=16" + }, "nyc": { "reporter": [ "text-summary",