From bbea0de47f5fc33bd5edfdece8956c60d81c6ecb Mon Sep 17 00:00:00 2001 From: AykutSarac Date: Sun, 24 Dec 2023 14:11:09 +0300 Subject: [PATCH] ci: fix pnpm step order --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 6e703f1..dd2cd39 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -13,9 +13,9 @@ jobs: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: + - uses: actions/checkout@v3 - name: Setup pnpm uses: pnpm/action-setup@v2.4.0 - - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: