Skip to content

Commit

Permalink
chore: update pnpm version in github actions to match v9`
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed Jun 16, 2024
1 parent 88a6e8a commit 9d6885b
Show file tree
Hide file tree
Showing 3 changed files with 1,754 additions and 4,976 deletions.
4 changes: 2 additions & 2 deletions .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ inputs:
runs:
using: 'composite'
steps:
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
with:
version: 8
version: 9

- name: Use Node.js ${{ inputs.node-version }}
uses: actions/setup-node@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ runs:
uses: nrwl/nx-set-shas@v4

- name: Setup PNPM
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
with:
version: 8
version: 9

- name: Setup Node.js ${{ inputs.node-version }}
uses: actions/setup-node@v4
Expand Down
Loading

0 comments on commit 9d6885b

Please sign in to comment.