Skip to content

Commit

Permalink
Change to Corepack pnpm install
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLemons authored Feb 7, 2024
1 parent d979ce4 commit aceda6c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Enable Corepack
run: corepack enable
- name: Install Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
run_install: false
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: Build
Expand Down

0 comments on commit aceda6c

Please sign in to comment.