Skip to content

Commit

Permalink
chore(ci): update pnpm action
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurapov committed Jul 4, 2024
1 parent 6515675 commit 2a9b27f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ jobs:
with:
node-version: 20

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

- name: Install dependencies
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/env-setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ description: "Sets node version, init pnpm, restore cache"
runs:
using: "composite"
steps:
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v3
with:
node-version: 20
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ jobs:
with:
node-version: 20

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

- name: Install dependencies
Expand Down

0 comments on commit 2a9b27f

Please sign in to comment.