-
Some checks failed
FHIR IG CI/CD Pipeline / deploy (push) Blocked by required conditions
FHIR IG CI/CD Pipeline / build-ig (push) Has been cancelled

This commit is contained in:
jobayer 2025-09-30 12:12:42 +06:00
parent ce894013c5
commit fb43708aeb

View File

@ -49,8 +49,7 @@ jobs:
hl7fhir/ig-publisher-base:latest \
/bin/bash -c "curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash && \
. \$HOME/.nvm/nvm.sh && \
nvm use --delete-prefix v***.20.0 && \
nvm install 22 && \
nvm install 22 --delete-prefix && \
npm install -g fsh-sushi && \
cp -r /home/publisher/ig /tmp/build && cd /tmp/build && _updatePublisher.sh -y && _genonce.sh")