Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BC-7995 Raise node version to 22 #5332

Merged
merged 7 commits into from
Nov 19, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use npm ci instead of npm i in api-init-job
  • Loading branch information
dyedwiper committed Nov 18, 2024
commit 9f4293caaf1a0e3c42e0adf428d94e6eb7060809
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ data:
git clone https://github.com/hpi-schul-cloud/schulcloud-server.git
cd /schulcloud-server
git checkout {{ SCHULCLOUD_SERVER_IMAGE_TAG }}
npm install
npm ci
until mongosh $DATABASE__URL --eval "print(\"waited for connection\")"
do
sleep 1
Expand Down
Loading