Skip to content

Commit

Permalink
"@builder6/server": "0.9.2"
Browse files Browse the repository at this point in the history
  • Loading branch information
hotlong committed Dec 22, 2024
1 parent e24c820 commit 786667e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/enterprise/app/builder6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"license": "MIT",
"private": true,
"dependencies": {
"@builder6/server": "^0.9.0"
"@builder6/server": "0.9.2"
}
}
2 changes: 1 addition & 1 deletion deploy/enterprise/app/builder6/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ else
if [ "$B6_SERVER_VERSION" != "$B6_SERVER_VERSION_INSTALLED" ]; then
echo "B6_SERVER_VERSION mismatch, installed: @builder6/server@$B6_SERVER_VERSION_INSTALLED"
echo "Install new version @builder6/server@$B6_SERVER_VERSION"
nvm exec 20 npm install @builder6/server@"$B6_SERVER_VERSION" --omit=dev --no-audit --no-update-notifier --no-fund
nvm exec 20 npm install @builder6/server@"$B6_SERVER_VERSION" --omit=dev --no-audit --no-update-notifier --no-fund --save-exact --verbose
else
echo "Version match: B6_SERVER_VERSION=$B6_SERVER_VERSION"
fi
Expand Down

0 comments on commit 786667e

Please sign in to comment.