From c7293b923b073908ec874eb3e7e7715571e7ad2f Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Fri, 28 Jul 2023 22:44:19 -0700 Subject: [PATCH] Update .github/workflows/reviewdog.yml Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/workflows/reviewdog.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index 108b935c98327da..f25647039977b29 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -27,8 +27,8 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v3 with: - node-version-file: ".nvmrc" - cache: yarn + node-version-file: ".nvmrc" + cache: yarn - name: Install all yarn packages run: yarn --frozen-lockfile