这一步构建在循环中失败
#!/bin/bash -eo pipefail
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get install -y nodejs
node --version && npm -v
Exited with code exit status 60
CircleCI received exit code 60
你能分享你的。circleci/config.yml吗?因为没有它,很难看出你在什么上下文中尝试这样做。既然您正在使用node,那么使用node orb不是更有意义吗?