diff --git a/.circleci/config.yml b/.circleci/config.yml index fadf744..792bc75 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -50,5 +50,5 @@ workflows: matrix: parameters: node-version: - - '15.14' + - lts - current diff --git a/README.md b/README.md index 383d9d6..8ab19b4 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ npm i got-ssrf ## Usage -Note that this package is ESM-only; see https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c for what to do if you're using CJS (i.e. `require()`). In addition, due to its usage of `dns/promises`, it only runs on node v15 or higher. +Note that this package is ESM-only; see https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c for what to do if you're using CJS (i.e. `require()`). ```js import { gotSsrf } from 'got-ssrf' diff --git a/package.json b/package.json index 04bc960..f162e74 100644 --- a/package.json +++ b/package.json @@ -36,10 +36,6 @@ "prettier": "^2.3.2", "skip-ci": "^1.0.4" }, - "engines": { - "node": ">=15", - "npm": ">=7" - }, "prettier": "@janejeon/prettier-config", "eslintConfig": { "extends": "@janejeon"