diff --git a/.circleci/config.yml b/.circleci/config.yml index 950e780..7b314f4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -34,7 +34,7 @@ workflows: - build: matrix: parameters: - node-version: ["16.20", "18.16", "20.4"] + node-version: ["18.16", "20.4"] - ship/node-publish: publish-command: npm publish --tag beta context: diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1dad887..6a8f4b0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: build: strategy: matrix: - node: [ 16, 18, 20 ] + node: [ 18, 20 ] name: Build Package (Node ${{ matrix.node }}) runs-on: ubuntu-latest diff --git a/package.json b/package.json index 82c141f..fd3a4a1 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "build" ], "engines": { - "node": ">=16" + "node": ">=18" }, "lint-staged": { "*.{js,ts}": "eslint --fix"