Skip to content

Commit

Permalink
fix: install pnpm first
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed Dec 16, 2024
1 parent d912f7b commit 83b82a1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,19 @@ jobs:
base_path: "/actions-management/actions-docs"
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
with:
node-version: 22
cache: "pnpm"
cache-dependency-path: pnpm-lock.yaml

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

- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
with:
node-version: 22
cache: "pnpm"
cache-dependency-path: pnpm-lock.yaml

- name: Build
run: pnpm build

Expand Down

0 comments on commit 83b82a1

Please sign in to comment.