Skip to content

Commit

Permalink
setup node
Browse files Browse the repository at this point in the history
  • Loading branch information
YassinEldeeb committed Jul 19, 2024
1 parent 32f4632 commit 53028a2
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 @@ -176,6 +176,10 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9.5.0
- name: Setup node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 53028a2

Please sign in to comment.