NodeJS available in Xcode Cloud CI?

My app requires NodeJS to build (a Cordova app). Can I even use XCode Cloud to build it? Can I run Docker containers, or can I install NodeJS via a prebuild script?

(BTW I'm only looking into this service as alternative to my existing Gitlab-CI + fastlane because I have been unable to automate my iOS app build due to all the signing/provisioning BS that apple requires! )

Answered by DTS Engineer in 799362022

You will need to have a script install your dependencies as part of setting up your environment. Here is the documentation with your options.

— Ed Ford,  DTS Engineer

You will need to have a script install your dependencies as part of setting up your environment. Here is the documentation with your options.

— Ed Ford,  DTS Engineer

NodeJS available in Xcode Cloud CI?
 
 
Q