diff --git a/.github/workflows/pull-request-build.yml b/.github/workflows/pull-request-build.yml index 4df641a2d..7b463eb8d 100644 --- a/.github/workflows/pull-request-build.yml +++ b/.github/workflows/pull-request-build.yml @@ -21,17 +21,17 @@ jobs: run: git config --global core.autocrlf false - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: Setup Node 21.7.1 - uses: actions/setup-node@v4 + uses: actions/setup-node@v3 with: node-version: '21.7.1' - name: Setup node_modules cache - uses: actions/cache@v4 + uses: actions/cache@v3 with: path: '**/node_modules' key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}