Skip to content

Commit

Permalink
chore: use node 12 and specify min node version (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunjae Lee authored Feb 24, 2020
1 parent 96573d3 commit 0be21af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.17.0
12.16.1
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"release:trigger": "shipjs trigger",
"contributors:add": "all-contributors add"
},
"engines": {
"node": ">=8.16.0"
},
"author": "Algolia <support@algolia.com>",
"license": "MIT",
"private": true,
Expand All @@ -28,4 +31,4 @@
"all-contributors-cli": "6.13.0",
"lerna": "3.20.2"
}
}
}

0 comments on commit 0be21af

Please sign in to comment.