Skip to content

Commit

Permalink
build!: update library to use Node 12 (#371)
Browse files Browse the repository at this point in the history
* build!: Update library to use Node 12
Co-authored-by: Summer Ji <[email protected]>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
sofisl authored May 20, 2022
1 parent 6be8257 commit 0b8d87d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions secret-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "Google LLC",
"repository": "googleapis/nodejs-secret-manager",
"engines": {
"node": ">=10"
"node": ">=12.0.0"
},
"scripts": {
"test": "c8 mocha --recursive test/ --timeout=800000"
Expand All @@ -22,4 +22,4 @@
"mocha": "^8.0.0",
"uuid": "^8.0.0"
}
}
}

0 comments on commit 0b8d87d

Please sign in to comment.