Skip to content

Commit

Permalink
fix: ci #6
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmao88 committed Aug 10, 2023
1 parent 1108d78 commit 244eeb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 8.1
run_install: false

- name: use Node.js 16
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@
"vite-plugin-mock": "^2.9.6",
"vue-tsc": "^1.8.4"
},
"packageManager": "pnpm@8.2.0",
"packageManager": "pnpm@8.1.0",
"engines": {
"node": ">=16.15.1",
"pnpm": ">=8.2.0"
"pnpm": ">=8.1.0"
}
}

0 comments on commit 244eeb1

Please sign in to comment.