update
Some checks failed
test / container-job (push) Failing after 1m45s

This commit is contained in:
tqcq
2025-07-30 18:09:18 +08:00
parent 1af874bcd3
commit 3263ec89ea

View File

@@ -8,6 +8,9 @@ jobs:
image: ubuntu:22.04 image: ubuntu:22.04
options: --cpus 1 options: --cpus 1
steps: steps:
- run: |
apt-get update -y || true
apt-get install -y nodejs || true
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: 20 node-version: 20