Skip to content

Commit 7a9d65d

Browse files
committedSep 14, 2024
ci: fix chromatic deploy action
1 parent 9a60edc commit 7a9d65d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎.github/workflows/chromatic.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ jobs:
2222
restore-keys: |
2323
${{ runner.os }}-
2424
25-
- uses: pnpm/action-setup@v2
25+
- uses: pnpm/action-setup@v4
2626
with:
27-
version: 8
2827
run_install: |
2928
- args: [--frozen-lockfile]
3029

0 commit comments

Comments
 (0)