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

This commit is contained in:
xiaohei 2025-02-16 08:48:22 +08:00
parent 0cd3173d55
commit f24c5f304f

View File

@ -24,7 +24,7 @@ jobs:
- name: install sysbox dependency
run: |
apt update
apt upgrade
apt upgrade -y
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
apt install nodejs -y
node --version