From cdce8481ef86e1e2596803839301ff05fcad22c3 Mon Sep 17 00:00:00 2001 From: Core Date: Wed, 6 Mar 2024 00:20:14 +0000 Subject: [PATCH] big brain --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9001c3e..31ff691 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,14 +11,14 @@ jobs: runs-on: ${{ matrix.os }} steps: + - uses: actions/checkout@v4 + - name: Setup Node.js environment uses: actions/setup-node@v4 with: node-version-file: ".nvmrc" cache: "yarn" - - uses: actions/checkout@v4 - - name: Install Dependencies run: yarn install