Skip to content

Commit

Permalink
specify pnpm version for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Logicer16 committed Nov 15, 2023
1 parent c1dab89 commit e2b16f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ jobs:

- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: ">=8.10"

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
Expand Down

0 comments on commit e2b16f7

Please sign in to comment.