diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index edb7ae2..ebc0845 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -18,7 +18,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} token: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }} - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 16