Skip to content

Commit

Permalink
build: update library to use Node 12 (#729)
Browse files Browse the repository at this point in the history
* build: Update library to use Node 12
  • Loading branch information
sofisl committed May 19, 2022
1 parent 4666632 commit 9cce226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compute/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": ">=12"
"node": ">=12.0.0"
},
"repository": "googleapis/nodejs-compute",
"private": true,
Expand All @@ -26,4 +26,4 @@
"proxyquire": "^2.0.1",
"uuid": "^8.0.0"
}
}
}

0 comments on commit 9cce226

Please sign in to comment.