diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 7058686..1c1501b 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -179,7 +179,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 1 - - uses: actions/setup-node@v3.8.1 + - uses: actions/setup-node@v4.0.1 with: node-version: "16" - shell: bash