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 doprz
parent b7878d81c6
commit b0512e392b

View File

@@ -1,6 +1,6 @@
name: "Chromatic"
on: [push, pull_request]
on: [push, pull_request_target]
jobs:
chromatic:
@@ -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