Skip to content

Commit 38cb6da

Browse files
authored
chore: update pnpm version for git action (#11006)
<!-- 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 -->
1 parent b7d4490 commit 38cb6da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/actions/install-deps/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
steps:
77
- uses: pnpm/action-setup@v4
88
with:
9-
version: 9.12.1
9+
version: 9.14.4
1010

1111
- name: Install Node.js
1212
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)