Skip to content

Commit

Permalink
fix: use pnpm cache
Browse files Browse the repository at this point in the history
  • Loading branch information
HerringtonDarkholme committed Jan 11, 2025
1 parent 99fc60f commit 96191b2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
uses: pnpm/action-setup@v4
with:
version: 9
- name: Set up NodeJS
uses: actions/setup-node@v4
with:
cache: pnpm
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: pnpm install
- name: Build x64 binary
Expand All @@ -63,7 +68,7 @@ jobs:
- name: Set up NodeJS
uses: actions/setup-node@v4
with:
cache: npm
cache: pnpm
registry-url: https://registry.npmjs.org/
- name: Download binaries
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 96191b2

Please sign in to comment.