update node 25

This commit is contained in:
2025-11-07 21:37:29 +08:00
parent 770e27acff
commit e1ae47bf7c

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