Skip to content

Commit

Permalink
chore: pnpm版本错误
Browse files Browse the repository at this point in the history
  • Loading branch information
orangelckc committed Jan 25, 2023
1 parent c6173e7 commit 724c688
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'

# 安装依赖, 前端打包
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 724c688

Please sign in to comment.