Skip to content

Commit

Permalink
chore: requires at least Node 10.13 (#63)
Browse files Browse the repository at this point in the history
* chore: requires at least Node 10.13

- 'recursive' option in fs.mkdir() & fs.mkdirSync() is introduced in Node 10.12

* ci(appveyor): add Node 14
  • Loading branch information
curbengh committed Apr 26, 2020
1 parent 7143080 commit 0aef629
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -8,6 +8,7 @@ environment:
- nodejs_version: "10"
- nodejs_version: "12"
- nodejs_version: "13"
- nodejs_version: "14"

matrix:
fast_finish: true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -43,6 +43,6 @@
"nyc": "^15.0.0"
},
"engines": {
"node": ">=10"
"node": ">=10.13.0"
}
}

0 comments on commit 0aef629

Please sign in to comment.