Skip to content

Commit

Permalink
fix: github action error
Browse files Browse the repository at this point in the history
  • Loading branch information
flingyp committed Mar 9, 2024
1 parent 3f45bd9 commit 2a5e15b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18.18.2
cache: pnpm
# 安装Pnpm
- name: Install Pnpm
run: npm install pnpm -g
Expand Down

0 comments on commit 2a5e15b

Please sign in to comment.