Skip to content

Commit

Permalink
fix(wip): pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlindquist committed Sep 1, 2024
1 parent c9ddcdd commit f754d51
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,16 @@ jobs:
- name: Checkout kit
uses: actions/checkout@master

- name: Setup Node.js
uses: actions/setup-node@v3
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
node-version: '20.16.0'
version: 9.9.0

- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20.16.0
cache: 'pnpm'

- name: Check node $PATH version
shell: bash
Expand Down

0 comments on commit f754d51

Please sign in to comment.