Skip to content

Commit

Permalink
ci: fix pnpm installation
Browse files Browse the repository at this point in the history
  • Loading branch information
mormubis committed Sep 12, 2024
1 parent 3c7a7a8 commit f203e0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: node
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: latest
- name: Cache NPM Modules
id: cache-node
uses: actions/cache@v3
Expand Down

0 comments on commit f203e0a

Please sign in to comment.