Skip to content

Commit

Permalink
test on LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
JaneJeon committed Sep 24, 2021
1 parent 004a489 commit 28e74ee
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ workflows:
matrix:
parameters:
node-version:
- '15.14'
- lts
- current
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 28e74ee

Please sign in to comment.