Skip to content

Commit

Permalink
build!: update library to use Node 12 (#486)
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
sofisl and gcf-owl-bot[bot] authored May 18, 2022
1 parent 71312f0 commit 018a251
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions security-center/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"!system-test/"
],
"engines": {
"node": ">=10"
"node": ">=12.0.0"
},
"scripts": {
"test": "mocha system-test/ --recursive --timeout 6000000"
Expand All @@ -21,4 +21,4 @@
"mocha": "^8.0.0",
"uuid": "^8.0.0"
}
}
}

0 comments on commit 018a251

Please sign in to comment.