Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
A1Liu authored Sep 10, 2024
1 parent 7b1a4e3 commit 195f676
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,13 @@ jobs:
- name: Checkout LFS objects
run: git lfs checkout

- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 9

- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 18.17.1
cache: pnpm
Expand Down

0 comments on commit 195f676

Please sign in to comment.