We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c316b8 commit 3aff170Copy full SHA for 3aff170
.github/workflows/ci.yml
@@ -98,7 +98,7 @@ jobs:
98
99
'
100
- name: Install pnpm
101
- uses: pnpm/action-setup@v2.4.0
+ uses: pnpm/action-setup@v3
102
with:
103
version: "${{ steps.pnpm-version.outputs.pnpm_version }}"
104
- name: Get pnpm store directory
ci/workflows.yml
@@ -174,7 +174,7 @@ workflows:
174
echo "pnpm_version=$(node -p 'require(`./ui/frontend/package.json`).engines.pnpm')" >> $GITHUB_OUTPUT
175
176
- name: "Install pnpm"
177
178
179
version: ${{ steps.pnpm-version.outputs.pnpm_version }}
180
0 commit comments