Skip to content

Commit

Permalink
build!: update library to use Node 12 (#835)
Browse files Browse the repository at this point in the history
* build!: update library to use Node 12
* build: fix broken Kokoro configuration test
* build: import version from package.json for tests
  • Loading branch information
sofisl authored and Ace Nassri committed Nov 12, 2022
1 parent 9e81a93 commit c18233e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "echo 'no test yet'"
},
"engines": {
"node": ">=10.4.1"
"node": ">=12.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c18233e

Please sign in to comment.