Skip to content

Commit 676edb1

Browse files
build!: update library to use Node 12 (#713)
* build!: Update library to use Node 12 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 5ebdf1e commit 676edb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dlp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"*.js"
1010
],
1111
"engines": {
12-
"node": ">=10"
12+
"node": ">=12.0.0"
1313
},
1414
"scripts": {
1515
"test": "mocha system-test/*.test.js --timeout=600000"

0 commit comments

Comments
 (0)