Skip to content

Commit

Permalink
fix: min node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
singuerinc committed May 9, 2020
1 parent 6d77cb7 commit 5133948
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
node-version: [10.x, 12.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion packages/better-dni/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": "Nahuel Scotti <nahuel.scotti@gmail.com> (https://www.singuerinc.com)",
"repository": "singuerinc/better-dni",
"engines": {
"node": ">=8"
"node": ">=10"
},
"scripts": {
"benchmark": "node benchmark.js",
Expand Down

0 comments on commit 5133948

Please sign in to comment.