diff --git a/.gitea/workflows/docker.yml b/.gitea/workflows/docker.yml index 44f452c..6c296d5 100644 --- a/.gitea/workflows/docker.yml +++ b/.gitea/workflows/docker.yml @@ -21,25 +21,25 @@ jobs: steps: - name: Checkout code - uses: https://shanshanzhong147@gmail.com:shanshanzhong147@git.kxsw.us/actions/checkout@main + uses: https://shanshanzhong147@gmail.com:shanshanzhong147@git.kxsw.us/actions/checkout - name: change npm registry mirror run: npm config set registry https://registry.npmmirror.com ### https://github.com/pnpm/action-setup - name: Set up Node.js - uses: https://shanshanzhong147@gmail.com:shanshanzhong147@git.kxsw.us/actions/action-setup@main + uses: https://shanshanzhong147@gmail.com:shanshanzhong147@git.kxsw.us/actions/action-setup with: version: 9.15.9 run_install: false - id: tool-cache - uses: https://shanshanzhong147@gmail.com:shanshanzhong147@git.kxsw.us/actions/gitea-tool-cache@main + uses: https://shanshanzhong147@gmail.com:shanshanzhong147@git.kxsw.us/actions/gitea-tool-cache with: # 只有node支持版本号别名 node-version: lts - - uses: https://shanshanzhong147@gmail.com:shanshanzhong147@git.kxsw.us/actions/setup-node@main + - uses: https://shanshanzhong147@gmail.com:shanshanzhong147@git.kxsw.us/actions/setup-node with: # gitea-tool-cache导出 node 具体版本 node-version: ${{ steps.tool-cache.outputs.node-version }}