We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent affa547 commit fe43978Copy full SHA for fe43978
.github/workflows/docker.yml
@@ -47,13 +47,6 @@ jobs:
47
echo "repo_name=$REPO_LC" >> $GITHUB_OUTPUT
48
echo "📦 当前版本: $VERSION"
49
50
- # 设置Node.js缓存
51
- - name: 🔧 设置 Node.js
52
- uses: actions/setup-node@v4
53
- with:
54
- node-version: '18'
55
- cache: 'pnpm'
56
-
57
# 只在发布版本时设置QEMU(用于多架构构建)
58
- name: 🔧 设置 QEMU
59
if: startsWith(github.ref, 'refs/tags/')
0 commit comments