Skip to content

Commit

Permalink
ci(publish): fix executable not found
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmDevs committed Oct 19, 2024
1 parent 0a61404 commit 3b532b3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: latest

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

- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: latest

- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down

0 comments on commit 3b532b3

Please sign in to comment.