Skip to content

Commit

Permalink
fix: requiring samples/ node engine >7.6 because async/await was used (
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwlui authored and JustinBeckwith committed Jul 25, 2018
1 parent e08c7a4 commit 8b4455f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-privacy-dlp/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": "Google Inc.",
"repository": "googleapis/nodejs-dlp",
"engines": {
"node": ">=6.0.0"
"node": ">=8"
},
"scripts": {
"test": "ava -T 5m --verbose system-test/*.test.js"
Expand Down

0 comments on commit 8b4455f

Please sign in to comment.