Skip to content

Commit ed00741

Browse files
sofislgrayside
authored andcommitted
build!: update library to use Node 12 (#356)
* build!: Update library to use Node 12
1 parent 8276c96 commit ed00741

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

datalabeling/package.json

Lines changed: 2 additions & 2 deletions
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",
@@ -20,4 +20,4 @@
2020
"chai": "^4.2.0",
2121
"mocha": "^8.0.0"
2222
}
23-
}
23+
}

0 commit comments

Comments
 (0)