Skip to content

Commit

Permalink
chore: require node 8 for samples (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and Ace Nassri committed Nov 15, 2022
1 parent 1edee22 commit 9e599af
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions automl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
"node": ">=6"
"node": ">=8"
},
"repository": "googleapis/nodejs-automl",
"private": true,
Expand All @@ -14,11 +14,9 @@
"**/*.test.js"
]
},
"scripts": {
},
"scripts": {},
"dependencies": {
"@google-cloud/automl": "^0.1.1"
},
"devDependencies": {
}
"devDependencies": {}
}

0 comments on commit 9e599af

Please sign in to comment.