Skip to content

Commit

Permalink
ci: update pnpm action (Longhorn-Developers#86)
Browse files Browse the repository at this point in the history
* ci: update pnpm action

* hotfix: change action type
  • Loading branch information
Razboy20 authored Feb 10, 2024
1 parent 708a136 commit c122e74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Chromatic"

on: [push, pull_request]
on: [push, pull_request_target]

jobs:
chromatic:
Expand All @@ -11,9 +11,9 @@ jobs:
with:
fetch-depth: 0
- name: Setup pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8.15.1
version: 8

- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit c122e74

Please sign in to comment.