Skip to content

Commit

Permalink
Add pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
bndkt committed May 31, 2023
1 parent 99b7787 commit ba2355f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8.6.0
- name: Setup Node
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8.6.0
- name: Setup Node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit ba2355f

Please sign in to comment.