Skip to content

Commit

Permalink
build!: update library to use Node 12 (#617)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
sofisl authored and Ace Nassri committed Nov 10, 2022
1 parent c648052 commit 34d6133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monitoring/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"*.js"
],
"engines": {
"node": ">=8"
"node": ">=12.0.0"
},
"scripts": {
"test": "mocha --timeout 600000"
Expand All @@ -22,4 +22,4 @@
"mocha": "^8.0.0",
"uuid": "^8.0.0"
}
}
}

0 comments on commit 34d6133

Please sign in to comment.