From 75ed5c83853f10c67bb0e3b0e879e026e13de4f8 Mon Sep 17 00:00:00 2001 From: Jacob Thomason Date: Sun, 8 Oct 2023 18:26:28 -0400 Subject: [PATCH] Use pnpm cache with Node for CI actions --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 52c3704..c502410 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -26,7 +26,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - cache: 'npm' + cache: 'pnpm' - uses: pnpm/action-setup@v2 with: