This commit is contained in:
xRain 2024-04-20 08:14:45 +08:00
parent 94ff66b643
commit dee4bfa7e9

View File

@ -4,7 +4,7 @@ description: 'build docker image and push to simcu code'
runs: runs:
using: 'composite' using: 'composite'
steps: steps:
- uses: docker://node:16 - uses: docker://node:20
with: with:
entrypoint: "/bin/bash" entrypoint: "/bin/bash"
args: | args: |