diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 31f0ae0..636bf80 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -89,7 +89,7 @@ jobs: shell: bash - name: Install Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: ${{ env.NODE_VERSION }} cache: 'npm'