尝试修复
Some checks failed
Docker Build / Build and push docker image (push) Failing after 12s

This commit is contained in:
xiaohei 2025-02-16 08:46:50 +08:00
parent 21e4dfa070
commit 0cd3173d55

View File

@ -22,7 +22,12 @@ jobs:
steps:
- name: install sysbox dependency
run: apt update && apt install nodejs -y
run: |
apt update
apt upgrade
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
apt install nodejs -y
node --version
- name: Checkout code
uses: actions/checkout@v4