ci: update pnpm action (#86)

* ci: update pnpm action

* hotfix: change action type
This commit is contained in:
Razboy20
2024-02-09 18:39:20 -06:00
committed by GitHub
parent 708a136a5c
commit c122e744ef

View File

@@ -1,6 +1,6 @@
name: "Chromatic" name: "Chromatic"
on: [push, pull_request] on: [push, pull_request_target]
jobs: jobs:
chromatic: chromatic:
@@ -11,9 +11,9 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Setup pnpm - name: Setup pnpm
uses: pnpm/action-setup@v2 uses: pnpm/action-setup@v3
with: with:
version: 8.15.1 version: 8
- name: Install dependencies - name: Install dependencies
run: pnpm install run: pnpm install