Skip to content

Commit 8d459ee

Browse files
sofislgcf-owl-bot[bot]
authored and
Ace Nassri
committed
build!: update library to use Node 12 (#140)
* build!: Update library to use Node 12 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 613da9d commit 8d459ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workflows/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "Apache-2.0",
55
"author": "Google LLC",
66
"engines": {
7-
"node": ">=10"
7+
"node": ">=12.0.0"
88
},
99
"files": [
1010
"*.js"
@@ -19,4 +19,4 @@
1919
"c8": "^7.3.0",
2020
"mocha": "^8.1.1"
2121
}
22-
}
22+
}

0 commit comments

Comments
 (0)