Skip to content

Commit

Permalink
Raised the Node.js constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Feb 6, 2020
1 parent b0ae64d commit 3e572dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions doc/installation.md
Expand Up @@ -5,16 +5,16 @@ Before installing **LCOV Reports for JS**, you need to make sure you have [Node.
and [npm](https://www.npmjs.com), the Node.js package manager, up and running.

!!! warning
LCOV Reports for JS requires Node.js >= **12.14.0**.
LCOV Reports for JS requires Node.js >= **12.15.0**.

You can verify if you're already good to go with the following commands:

```shell
node --version
# v13.6.0
# v13.8.0

npm --version
# 6.13.4
# 6.13.6
```

!!! info
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -31,7 +31,7 @@
"typescript": "^3.7.5"
},
"engines": {
"node": ">=12.14.0"
"node": ">=12.15.0"
},
"files": [
"build/",
Expand Down

0 comments on commit 3e572dc

Please sign in to comment.