Skip to content

Commit

Permalink
Fix pnpm-setup config
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurrump committed Apr 13, 2024
1 parent 17f020c commit c13fb31
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: latest
package_json_file: package/package.json
- uses: actions/setup-node@v4
with:
node-version: "20.x"
Expand All @@ -33,6 +36,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: latest
package_json_file: demo/package.json
- uses: actions/setup-node@v4
with:
node-version: "20.x"
Expand Down

0 comments on commit c13fb31

Please sign in to comment.