Skip to content

Commit

Permalink
fix: bump minimum Node to v16, closes #351
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Sep 21, 2023
1 parent 2d1decf commit 2fc1f98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@

## Install

Requires [Node](https://nodejs.org/en/) version 8.9 or above.
Requires [Node](https://nodejs.org/en/) version 16 or above.

```sh
npm install --save-dev start-server-and-test
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -28,7 +28,7 @@
}
},
"engines": {
"node": ">=6"
"node": ">=16"
},
"files": [
"src/**/*.js",
Expand Down

0 comments on commit 2fc1f98

Please sign in to comment.