chore: 升级依赖 调整构建过程

This commit is contained in:
ZiuChen
2023-08-10 00:12:22 +08:00
parent 3cf8da49d2
commit 0e9a487660
3 changed files with 231 additions and 226 deletions

View File

@@ -16,13 +16,13 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '16'
node-version: '18'
- name: Install pnpm
uses: pnpm/action-setup@v2.2.2
id: pnpm-install
with:
version: 7
version: 8
run_install: false
- name: Install dependencies