Skip to content

Commit

Permalink
Update PR Preview Publisher to use PNPM
Browse files Browse the repository at this point in the history
  • Loading branch information
Southpaw1496 committed Aug 29, 2024
1 parent 2a6ee27 commit f4d8824
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/publish-pr-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,13 @@ jobs:
name: website-package
run_id: ${{ github.event.workflow_run.id }}

- name: Setup Node.js
uses: actions/setup-node@v4
- name: Setup PNPM and install dependencies
uses: pnpm/action-setup@v4
with:
cache: "npm"
node-version: "20"
version: latest
run_install: |
- args: [--frozen-lockfile]
- name: Install dependencies
run: npm ci
# TODO this action is deprecated!
- name: Gather PR details
Expand Down

1 comment on commit f4d8824

@Cozy-GitHub
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See preview on Cloudflare Pages: https://2d50aa9d.quiltmc-org.pages.dev

Please sign in to comment.