Skip to content

Commit

Permalink
build!: update library to use Node 12 (#556)
Browse files Browse the repository at this point in the history
* build!: Update library to use Node 12

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
sofisl and gcf-owl-bot[bot] authored May 20, 2022
1 parent 5a8bc79 commit 30444bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "Google LLC",
"repository": "googleapis/nodejs-kms",
"engines": {
"node": ">=10"
"node": ">=12.0.0"
},
"scripts": {
"test": "c8 mocha --recursive test/ --timeout=800000"
Expand Down

0 comments on commit 30444bd

Please sign in to comment.