diff --git a/.github/workflows/comment.yml b/.github/workflows/comment.yml index 92848d91c..6ac86155d 100644 --- a/.github/workflows/comment.yml +++ b/.github/workflows/comment.yml @@ -55,12 +55,12 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Setup node - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x cache: yarn registry-url: https://registry.npmjs.org - key: node20 + key: node22 - name: Install dependencies run: yarn