From 7a7d6b1bdb28e861ee23eb6b95ad67c235748480 Mon Sep 17 00:00:00 2001 From: Dominik Schenk Date: Sat, 26 Jun 2021 13:08:15 +0200 Subject: [PATCH] fix: order --- .github/workflows/test.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fd72aff..c5c7581 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,6 +36,11 @@ jobs: # path: ~/.pnpm-store # key: ${{ runner.os }}-node${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }} + - name: install pnpm + uses: pnpm/action-setup@v2.0.1 + with: + version: 6.9.1 + - name: Cache pnpm modules uses: actions/cache@v2 env: @@ -52,10 +57,6 @@ jobs: # with: # working-directory: ./src-tauri - - name: install pnpm - uses: pnpm/action-setup@v2.0.1 - with: - version: 6.9.1 - name: install app dependencies run: pnpm install