Update PNPM version in GitHub Actions workflow
Modified the GitHub Actions workflow to use a specific version of PNPM. This can ensure a consistent environment for the setup and execution of necessary tools and
This commit is contained in:
parent
2b518f5773
commit
cebc5deed6
1 changed files with 2 additions and 0 deletions
2
.github/actions/install/action.yml
vendored
2
.github/actions/install/action.yml
vendored
|
@ -6,6 +6,8 @@ runs:
|
|||
steps:
|
||||
- name: Setup PNPM
|
||||
uses: pnpm/action-setup@v3
|
||||
with:
|
||||
version: 8.15.5
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue