5 Commits
13.0 ... 16.0

Author SHA1 Message Date
f98d999634 use var instead of env 2024-06-15 13:57:48 +08:00
0d43f06322 not use taobao npm 2024-04-11 20:32:22 +08:00
23078aa625 update to node20 2024-04-11 20:29:20 +08:00
9d4a414aea use aliyun mirror 2023-12-14 06:30:26 +08:00
c6ca641436 fix output-path 2023-08-27 04:32:29 +08:00

View File

@ -4,12 +4,12 @@ description: 'build docker image and push to simcu code'
runs:
using: 'composite'
steps:
- uses: docker://node:18
- uses: docker://node:20
with:
entrypoint: "/bin/bash"
args: |
-c "npm install && \
npm run build -- --outputPath=dist"
npm run build -- --output-path=dist"
- uses: docker://ubuntu:latest
with: