Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yiyun-sj authored Jun 5, 2024
1 parent 769873b commit 1229fc1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,15 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node
uses: pnpm/action-setup@v4
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
cache: pnpm

- name: Setup Package Manager
- uses: pnpm/action-setup@v2
with:
version: 7

- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit 1229fc1

Please sign in to comment.