Skip to content

Commit

Permalink
gh-actions - Added pnpm version.
Browse files Browse the repository at this point in the history
  • Loading branch information
elycruz committed Dec 30, 2023
1 parent fabe88a commit f21862e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/monorepo-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:

- name: pnpm-setup
uses: pnpm/action-setup@v2

with:
version: 8.10
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

- name: pnpm-setup
uses: pnpm/action-setup@v2
with:
version: 8.10

- name: node-setup
- uses: actions/setup-node@v2
Expand Down

0 comments on commit f21862e

Please sign in to comment.