update
All checks were successful
test / container-job (push) Successful in 1m5s

This commit is contained in:
tqcq
2025-07-30 19:23:35 +08:00
parent 3263ec89ea
commit 16d05c8443

View File

@@ -5,12 +5,9 @@ jobs:
container-job:
runs-on: ubuntu-22.04
container:
image: ubuntu:22.04
image: tqcq/aw-centos:8
options: --cpus 1
steps:
- run: |
apt-get update -y || true
apt-get install -y nodejs || true
- uses: actions/setup-node@v4
with:
node-version: 20