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