diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 09c415a..37749de 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 with: - version: 6.32.9 + version: latest - name: install dependencies (ubuntu only) if: matrix.platform == 'ubuntu-20.04' @@ -71,7 +71,7 @@ jobs: - name: Sync node version and setup cache uses: actions/setup-node@v3 with: - node-version: '14' + node-version: '16' cache: 'pnpm' # 安装依赖, 前端打包 diff --git a/package.json b/package.json index a932f1c..58a503b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bili-bot", "private": true, - "version": "1.2.0", + "version": "1.2.1", "type": "module", "scripts": { "dev": "npm run build:icon & vite", @@ -11,7 +11,7 @@ "tauri": "tauri" }, "dependencies": { - "@tauri-apps/api": "^1.2.1", + "@tauri-apps/api": "^1.2.0", "dayjs": "^1.11.7", "flv.js": "^1.6.2", "nanoid": "^4.0.0",