Skip to content

Commit

Permalink
build!: update library to use Node 12 (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl authored May 12, 2022
1 parent aefe463 commit 0a175ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contact-center-insights/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 @@ -23,4 +23,4 @@
"mocha": "^9.0.0",
"uuid": "^8.3.2"
}
}
}

0 comments on commit 0a175ae

Please sign in to comment.