Skip to content

Commit 34d6133

Browse files
sofislsummer-ji-enggcf-owl-bot[bot]
authored andcommitted
build!: update library to use Node 12 (#617)
* build!: Update library to use Node 12 Co-authored-by: Summer Ji <summerji@google.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent c648052 commit 34d6133

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

monitoring/snippets/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"*.js"
99
],
1010
"engines": {
11-
"node": ">=8"
11+
"node": ">=12.0.0"
1212
},
1313
"scripts": {
1414
"test": "mocha --timeout 600000"
@@ -22,4 +22,4 @@
2222
"mocha": "^8.0.0",
2323
"uuid": "^8.0.0"
2424
}
25-
}
25+
}

0 commit comments

Comments
 (0)