From 6cf9f77fa4c0733427f2e2c28cd6b81ad7670fbe Mon Sep 17 00:00:00 2001 From: Jiachi Liu Date: Mon, 23 Jan 2023 16:20:33 +0100 Subject: [PATCH] reorder jobs --- .github/workflows/install/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/install/action.yml b/.github/workflows/install/action.yml index fe01713e8..b08bee4e6 100644 --- a/.github/workflows/install/action.yml +++ b/.github/workflows/install/action.yml @@ -16,15 +16,15 @@ runs: - name: Check out uses: actions/checkout@v3 + - name: Setup pnpm + uses: pnpm/action-setup@v2.2.2 + - name: Use Node.js 16 uses: actions/setup-node@v3 with: node-version: 16 cache: pnpm - - name: Setup pnpm - uses: pnpm/action-setup@v2.2.2 - - name: Install Dependencies shell: bash