Skip to content

Commit

Permalink
Upgrade action-setup version
Browse files Browse the repository at this point in the history
  • Loading branch information
LiarOnce authored Jul 18, 2024
1 parent ea00a23 commit c405396
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
fetch-depth: 0

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

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

0 comments on commit c405396

Please sign in to comment.