From 8aaca4fe047b71d4183d31a88c897005e9c49b4a Mon Sep 17 00:00:00 2001 From: Dylan Schiemann Date: Tue, 15 Apr 2025 12:39:41 -0700 Subject: [PATCH] Update comment.yml --- .github/workflows/comment.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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