diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b4968d26..8e479e68 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,10 +13,8 @@ jobs: matrix: node-version: - '18' - - '17' - '16' - '14' - - '12' os: - ubuntu-latest steps: diff --git a/package.json b/package.json index 9bc68908..5a6e3ea7 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "eslint": ">=7.0.0" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^14.17.0 || ^16.0.0 || >= 18.0.0" }, "release-it": { "git": {