Skip to content

Commit

Permalink
[Actions] Explicitly set up Node before setting up PNPM
Browse files Browse the repository at this point in the history
  • Loading branch information
Southpaw1496 committed Aug 30, 2024
1 parent 45472e8 commit b7b16d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-pr-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
with:
name: website-package
run_id: ${{ github.event.workflow_run.id }}

- name: Setup node
uses: actions/setup-node@v4
with:
node-version-file: package.json

- name: Setup PNPM and install dependencies
uses: pnpm/action-setup@v4
Expand Down

1 comment on commit b7b16d6

@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://080eed00.quiltmc-org.pages.dev

Please sign in to comment.