Skip to content

Commit

Permalink
add pnpm setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Vap0r1ze committed Jan 9, 2023
1 parent ae6801d commit c51fc87
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
- name: Check out code
uses: actions/checkout@v3

- name: Setup PNPM
uses: pnpm/action-setup@v2
with:
version: 7.17.1

- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit c51fc87

Please sign in to comment.