File tree Expand file tree Collapse file tree 4 files changed +5
-5035
lines changed Expand file tree Collapse file tree 4 files changed +5
-5035
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,14 @@ jobs:
1111
1212 steps :
1313 - uses : actions/checkout@v4
14+
15+ # 编译
16+ - uses : pnpm/action-setup@v4
1417 - name : Use Node.js
1518 uses : actions/setup-node@v4
1619 with :
1720 node-version : 22
1821 - run : |
19- npm install -g pnpm
2022 pnpm install
2123 pnpm build
2224 tar caf dist.tar.xz dist
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313 uses : actions/checkout@v4
1414
1515 # 测试编译
16+ - uses : pnpm/action-setup@v4
1617 - name : Use Node.js
1718 uses : actions/setup-node@v4
1819 with :
1920 node-version : 22
2021 - run : |
21- npm install -g pnpm
2222 pnpm install
2323 pnpm build
2424 tar caf dist.tar.xz dist
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414 - uses : actions/checkout@v4
1515
1616 # 编译
17+ - uses : pnpm/action-setup@v4
1718 - name : Use Node.js
1819 uses : actions/setup-node@v4
1920 with :
2021 node-version : 22
2122 - run : |
22- npm install -g pnpm
2323 pnpm install
2424 pnpm build
2525 tar caf dist.tar.xz dist
You can’t perform that action at this time.
0 commit comments