Skip to content

Commit

Permalink
build!: update library to use Node 12 (#666)
Browse files Browse the repository at this point in the history
* build!: Update library to use Node 12
  • Loading branch information
sofisl authored May 19, 2022
1 parent 689c0ad commit 5cc4123
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloud-language/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
"node": ">=8"
"node": ">=12.0.0"
},
"repository": "googleapis/nodejs-language",
"private": true,
Expand All @@ -26,4 +26,4 @@
"mocha": "^8.0.0",
"uuid": "^8.0.0"
}
}
}

0 comments on commit 5cc4123

Please sign in to comment.