Skip to content

Commit 7f58375

Browse files
jkwluiJustinBeckwith
authored andcommitted
fix: requiring samples/ node engine >7.6 because async/await was used (#93)
1 parent 367bf26 commit 7f58375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dlp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"author": "Google Inc.",
88
"repository": "googleapis/nodejs-dlp",
99
"engines": {
10-
"node": ">=6.0.0"
10+
"node": ">=8"
1111
},
1212
"scripts": {
1313
"test": "ava -T 5m --verbose system-test/*.test.js"

0 commit comments

Comments
 (0)