diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f6b3bc0..8e80178 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,17 +13,17 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + - name: Install pnpm + uses: pnpm/action-setup@v4 + with: + version: 9 + - name: Set up Node uses: actions/setup-node@v4 with: node-version: 20 cache: "pnpm" - - name: Install pnpm - uses: pnpm/action-setup@v4 - with: - version: 9 - - name: Install dependencies run: pnpm install diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 31a43d2..6112051 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -13,17 +13,17 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + - name: Install pnpm + uses: pnpm/action-setup@v4 + with: + version: 9 + - name: Set up Node uses: actions/setup-node@v4 with: node-version: 20 cache: "pnpm" - - name: Install pnpm - uses: pnpm/action-setup@v4 - with: - version: 9 - - name: Install dependencies run: pnpm install