Skip to content

Commit

Permalink
更新PNPMV4
Browse files Browse the repository at this point in the history
  • Loading branch information
JOVOVICH-VG committed Jul 5, 2024
1 parent 6b6e9f5 commit b61bcec
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,18 @@ jobs:
git config --global core.ignorecase false
# 3、安装 PNPM
- name: Setup PNPM
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: latest
# 4、安装 Node 环境
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
# registry-url: https://registry.npmjs.org
registry-url: https://registry.npmmirror.com/
# 光方源
registry-url: https://registry.npmjs.org
# 淘宝源
# registry-url: https://registry.npmmirror.com/
cache: pnpm
# 5、安装依赖
- name: Install dependencies
Expand Down

0 comments on commit b61bcec

Please sign in to comment.