Skip to content

Commit

Permalink
fix ci yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
liziwl committed Jan 1, 2024
1 parent 7886482 commit 52b28e8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/vuepress-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ jobs:
with:
node-version: '18'

- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8

- name: Install Dependencies
- name: Install Dependencies
run: pnpm install

- name: Check pnpm / node version
Expand Down

0 comments on commit 52b28e8

Please sign in to comment.