Skip to content

Commit

Permalink
fix: allowed memory to increase gradually in CI (#37)
Browse files Browse the repository at this point in the history
fix: fix CI
  • Loading branch information
FabioPinheiro authored and mineme0110 committed Apr 30, 2024
1 parent d40c927 commit 9817215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "NODE_OPTIONS=--openssl-legacy-provider sbt -mem 2048 -J-Xmx5120m \"release release-version ${nextRelease.version} next-version ${nextRelease.version}-SNAPSHOT with-defaults\""
"prepareCmd": "NODE_OPTIONS=--openssl-legacy-provider sbt -J-Xmx5120m \"release release-version ${nextRelease.version} next-version ${nextRelease.version}-SNAPSHOT with-defaults\""
}
],
[
Expand Down Expand Up @@ -88,4 +88,4 @@
]
]
}
}
}

0 comments on commit 9817215

Please sign in to comment.