Skip to content

Commit

Permalink
Force Node 10 minimum
Browse files Browse the repository at this point in the history
It was already the case, but now it's clearly established.
Also, it'll avoid dependabot to create PR about deps which drops support for Node 10
  • Loading branch information
j0k3r committed Jun 10, 2021
1 parent e7f94e3 commit 578fa36
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ updates:
- dependency-name: fs-extra
versions:
- ">= 10.0.0"
# require node > 10
- dependency-name: mocha
versions:
- ">= 9.0.0"
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,8 @@
},
"optionalDependencies": {
"ts-node": ">= 8.3.0"
},
"engines": {
"node": ">= 10.12.0"
}
}

0 comments on commit 578fa36

Please sign in to comment.