ソースを参照

[ci]修正GitHub Actions工作流中的缩进问题,确保Node.js安装步骤的配置正确。

dufu1991 1 年間 前
コミット
c584c4e8a4
1 ファイル変更2 行追加2 行削除
  1. 2 2
      packages/stdf/.github/workflows/releases-demo.yml

+ 2 - 2
packages/stdf/.github/workflows/releases-demo.yml

@@ -15,8 +15,8 @@ jobs:
       - name: Install Node.js
         uses: actions/setup-node@v4
         with:
-        node-version: 20
-        cache: npm
+          node-version: 20
+          cache: npm
 
       - name: Install dependencies
         run: npm install