diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2ac192b..f1eb9ff 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [14, 16, 18] + node: [16, 18] steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 diff --git a/.nvmrc b/.nvmrc index b6a7d89..19c7bdb 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16 +16 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 1279ceb..bd9cc9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "typescript": "^4.3.5" }, "engines": { - "node": ">= 14" + "node": ">= 16" }, "peerDependencies": { "@aws-sdk/client-ssm": "^3.163.0", diff --git a/package.json b/package.json index db57781..25c4f5a 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "LICENSE" ], "engines": { - "node": ">= 14" + "node": ">= 16" }, "repository": { "type": "git",