From 6d27d72a4d5fb56c1cb505b2a2f0a30400154923 Mon Sep 17 00:00:00 2001 From: Luke Edwards Date: Mon, 24 Apr 2023 11:44:36 -0700 Subject: [PATCH] debug(ci): remove pnpm cache flag --- .github/workflows/ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4da7ec..a27d33b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,14 +11,13 @@ jobs: nodejs: [10, 12, 14, 16, 18] steps: - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 + with: + node-version: ${{ matrix.nodejs }} - uses: pnpm/action-setup@v2.2.4 with: version: 7.13.5 run_install: false - - uses: actions/setup-node@v3 - with: - cache: 'pnpm' - node-version: ${{ matrix.nodejs }} - name: Install run: pnpm install