diff --git a/.github/workflows/codechecks.js.yml b/.github/workflows/codechecks.js.yml index 01e67bd5..f5a4d50e 100644 --- a/.github/workflows/codechecks.js.yml +++ b/.github/workflows/codechecks.js.yml @@ -25,7 +25,7 @@ jobs: uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} - # See: https://github.com/actions/cache/blob/main/examples.md#node---yarn +# See: https://github.com/actions/cache/blob/main/examples.md#node---yarn - name: Get Yarn cache directory id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)"