From 60fbf53d9e4097896bc862a384187c2f32674b3c Mon Sep 17 00:00:00 2001 From: Preston M Date: Mon, 19 Aug 2024 13:59:52 +0300 Subject: [PATCH] Update gh-pages.yml with pnpm --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 1d7d222..1f6ecc3 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -34,7 +34,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: 20 - cache: 'npm' + cache: 'pnpm' - name: Install dependencies run: pnpm ci - name: Build