Skip to content

Commit

Permalink
Merge pull request #36 from lassi-niruvanam/renovate/pnpm-action-setu…
Browse files Browse the repository at this point in the history
…p-4.x

Update pnpm/action-setup action to v4
  • Loading branch information
julienmalard authored Nov 26, 2024
2 parents c5f483d + 7c30931 commit 02aafc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
node-version: 'lts/*'
registry-url: https://registry.npmjs.org/
- name: Installer pnpm
uses: pnpm/action-setup@v3.0.0
uses: pnpm/action-setup@v4.0.0
with:
version: latest
- run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: 20

- name: Installer pnpm
uses: pnpm/action-setup@v3.0.0
uses: pnpm/action-setup@v4.0.0
with:
version: latest

Expand Down

0 comments on commit 02aafc9

Please sign in to comment.