Skip to content

Commit 9883cee

Browse files
sofislAce Nassri
authored andcommitted
build: update library to use Node 12 (#729)
* build: Update library to use Node 12
1 parent f476812 commit 9883cee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compute/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"license": "Apache-2.0",
44
"author": "Google Inc.",
55
"engines": {
6-
"node": ">=12"
6+
"node": ">=12.0.0"
77
},
88
"repository": "googleapis/nodejs-compute",
99
"private": true,
@@ -26,4 +26,4 @@
2626
"proxyquire": "^2.0.1",
2727
"uuid": "^8.0.0"
2828
}
29-
}
29+
}

0 commit comments

Comments
 (0)