From ae02829b84dcf15f795c6003eb989579a8291f15 Mon Sep 17 00:00:00 2001 From: IVA2K Date: Tue, 3 Dec 2024 22:19:32 -0800 Subject: [PATCH] Update pnpm version in .guthub/chromatic.yml --- .github/workflows/chromatic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 1a6fe01..6896739 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 - uses: pnpm/action-setup@v2 with: - version: 9.6 + version: 9.7 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: