Skip to content

Commit

Permalink
build!: update library to use Node 12 (#225)
Browse files Browse the repository at this point in the history
* build!: Update library to use Node 12

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and kweinmeister committed Nov 8, 2022
1 parent f5b0e20 commit 764866f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions media-translation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
"node": ">=10"
"node": ">=12.0.0"
},
"files": [
"*.js"
Expand All @@ -21,4 +21,4 @@
"chai": "^4.2.0",
"mocha": "^8.0.0"
}
}
}

0 comments on commit 764866f

Please sign in to comment.