Skip to content

Commit fe7d38c

Browse files
committed
fix: 修改环境
1 parent 3b8aa41 commit fe7d38c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
with:
1515
node-version: '20.10.0' # 设置 nodejs 的版本
1616

17+
- name: Check file list
18+
run: ls -a
19+
1720
- name: Install dependencies
1821
run: npm install # 使用 pnpm 安装依赖
1922

0 commit comments

Comments
 (0)