Skip to content

Commit

Permalink
build: use pnpm/action-setup instead of corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
abiriadev committed Dec 11, 2023
1 parent 0fd74ec commit cc898c9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v2.4.0
with:
version: 8.10.2
- name: Setup Node.js environment
uses: actions/setup-node@v4.0.0
with:
node-version-file: .node-version
cache: pnpm
- name: Enable corepack
run: corepack enable
- name: Install dependencies
run: pnpm install
- name: Build frontend
Expand Down

0 comments on commit cc898c9

Please sign in to comment.