diff --git a/.github/workflows/nodejs-ci-action.yml b/.github/workflows/nodejs-ci-action.yml index 60d56594..a434ad59 100644 --- a/.github/workflows/nodejs-ci-action.yml +++ b/.github/workflows/nodejs-ci-action.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x, 16.x, 18.x] + node-version: [14.x, 16.x, 18.x] steps: - uses: actions/checkout@v2 diff --git a/README.md b/README.md index 7de40958..3f1657ff 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ on the web - search it! Fowler's blog post is one place to | Documentation: | https://nodeshift.dev/opossum/ | | Typings: | https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/opossum | Issue tracker: | https://github.com/nodeshift/opossum/issues | -| Engines: | Node.js >= 10 | +| Engines: | Node.js >= 14 | ## Usage diff --git a/package.json b/package.json index cb1a9afd..ed71253e 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "rate-limiting" ], "engines": { - "node": "^18 || ^16 || ^14 || ^12" + "node": "^18 || ^16 || ^14" }, "support": true }