Skip to content

Commit

Permalink
Refactor GitHub Actions workflow to improve dependency installation step
Browse files Browse the repository at this point in the history
  • Loading branch information
JackDevAU committed Jan 17, 2025
1 parent ff44393 commit fe9f51e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
with:
node-version: 20.x

- name: Install Dependencies
uses: pnpm/action-setup@v4
- uses: pnpm/action-setup@v4
- name: Install dependencies
run: pnpm install

- name: Create Release Pull Request or Publish to npm
id: changesets
Expand Down

0 comments on commit fe9f51e

Please sign in to comment.