update to node20

This commit is contained in:
xRain 2024-04-11 20:29:20 +08:00
parent 9d4a414aea
commit 23078aa625

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:18 - uses: docker://node:20
with: with:
entrypoint: "/bin/bash" entrypoint: "/bin/bash"
args: | args: |