Skip to content

Commit 3aff170

Browse files
committed
Upgrade pnpm/action-setup to v3
1 parent 8c316b8 commit 3aff170

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
9999
'
100100
- name: Install pnpm
101-
uses: pnpm/action-setup@v2.4.0
101+
uses: pnpm/action-setup@v3
102102
with:
103103
version: "${{ steps.pnpm-version.outputs.pnpm_version }}"
104104
- name: Get pnpm store directory

ci/workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ workflows:
174174
echo "pnpm_version=$(node -p 'require(`./ui/frontend/package.json`).engines.pnpm')" >> $GITHUB_OUTPUT
175175
176176
- name: "Install pnpm"
177-
uses: pnpm/action-setup@v2.4.0
177+
uses: pnpm/action-setup@v3
178178
with:
179179
version: ${{ steps.pnpm-version.outputs.pnpm_version }}
180180

0 commit comments

Comments
 (0)