Skip to content

Commit

Permalink
Add pnpm action setup to GitHub Actions workflow for improved package…
Browse files Browse the repository at this point in the history
… management and compatibility with Node.js environment
  • Loading branch information
midudev committed Dec 31, 2024
1 parent 3d4965d commit a66f154
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: lts/*
- uses: pnpm/action-setup@v4
with:
version: 9

- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit a66f154

Please sign in to comment.