Skip to content

Commit

Permalink
Switch actions runner to using PNPM
Browse files Browse the repository at this point in the history
  • Loading branch information
Southpaw1496 committed Aug 13, 2024
1 parent 3d4d2bb commit bfc02d8
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/commit-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,15 @@ jobs:
fetch-depth: 0
filter: 'blob:none'

- 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"

- name: Install dependencies
run: npm ci
version: latest
run_install: |
- args: [--frozen-lockfile]
- name: Build the project
run: npm run build
run: pnpm run build

- name: Upload HTML artifact
uses: actions/upload-artifact@v4
Expand Down

1 comment on commit bfc02d8

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

Please sign in to comment.