mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix: add pnpm setup to fix-format worflow (#21805)
This commit is contained in:
parent
d9ef041b87
commit
1e7cb1165f
1 changed files with 3 additions and 0 deletions
3
.github/workflows/fix-format.yml
vendored
3
.github/workflows/fix-format.yml
vendored
|
|
@ -28,6 +28,9 @@ jobs:
|
||||||
token: ${{ steps.generate-token.outputs.token }}
|
token: ${{ steps.generate-token.outputs.token }}
|
||||||
persist-credentials: true
|
persist-credentials: true
|
||||||
|
|
||||||
|
- name: Setup pnpm
|
||||||
|
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
|
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue