diff --git a/.github/workflows/detect-breaking-changes-build.yml b/.github/workflows/detect-breaking-changes-build.yml index dd4049e869e..220dd14fb96 100644 --- a/.github/workflows/detect-breaking-changes-build.yml +++ b/.github/workflows/detect-breaking-changes-build.yml @@ -15,6 +15,10 @@ jobs: with: path: './pr' + - uses: actions/setup-node@v3 + with: + node-version: 16.16.0 + - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn config get cacheFolder)" @@ -56,6 +60,10 @@ jobs: path: './base' ref: ${{ github.event.pull_request.base.ref }} + - uses: actions/setup-node@v3 + with: + node-version: 16.16.0 + - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn config get cacheFolder)"