diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 29ce3e8..3cbf5d8 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -26,7 +26,7 @@ jobs: - name: Get yarn cache directory path # Docs: https://github.com/actions/cache/blob/master/examples.md#node---yarn id: yarn-cache-dir-path - run: echo "::set-output name=dir::$(yarn cache dir)" + run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT - uses: actions/cache@v4 # Docs: https://github.com/actions/cache/blob/master/examples.md#node---yarn