Skip to content

Commit

Permalink
build!: update library to use Node 12 (#644)
Browse files Browse the repository at this point in the history
* build!: Update library to use Node 12
Co-authored-by: Summer Ji <[email protected]>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
sofisl authored and Ace Nassri committed Nov 11, 2022
1 parent c14ec77 commit bbd7dac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions error-reporting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"!test/"
],
"engines": {
"node": ">=10"
"node": ">=12.0.0"
},
"scripts": {
"test": "mocha --timeout=600000"
Expand All @@ -23,4 +23,4 @@
"gaxios": "^5.0.0",
"mocha": "^8.0.0"
}
}
}

0 comments on commit bbd7dac

Please sign in to comment.