Skip to content

Commit

Permalink
fix(ci): docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
larbish committed Jul 5, 2024
1 parent 00560f8 commit a11654d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/studio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
echo "cache=$cache" >> $GITHUB_OUTPUT
echo "package_manager=$package_manager" >> $GITHUB_OUTPUT
- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v4
if: ${{ steps.pkgman.outputs.package_manager == 'pnpm' }}
name: Install pnpm
id: pnpm-install
Expand Down

0 comments on commit a11654d

Please sign in to comment.