Skip to content

Commit

Permalink
chore: update pnpm version for git action (#11006)
Browse files Browse the repository at this point in the history
<!--
Before opening a pull request, please read the [contributing
guidelines](https://github.com/pancakeswap/pancake-frontend/blob/develop/CONTRIBUTING.md)
first
-->

<!-- start pr-codex -->

---

## PR-Codex overview
This PR updates the version of `pnpm` used in the GitHub Actions
workflow for installing dependencies.

### Detailed summary
- Updated `pnpm/action-setup` from version `9.12.1` to `9.14.4`.

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your
question}`

<!-- end pr-codex -->
  • Loading branch information
Chef-Yogi authored Dec 4, 2024
1 parent b7d4490 commit 38cb6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
steps:
- uses: pnpm/action-setup@v4
with:
version: 9.12.1
version: 9.14.4

- name: Install Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit 38cb6da

Please sign in to comment.