diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 3394d175632aa..58a3fa8eaca2f 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -41,7 +41,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 1 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: '12.x' - name: gulp build