From e64cec7da4c110f32f3e0d1d61eccbbb9a79be3a Mon Sep 17 00:00:00 2001 From: Mephistic <deathbyfiresermon@gmail.com> Date: Wed, 16 Apr 2025 19:10:10 -0400 Subject: [PATCH] chore(github): Updating setup-node version from 2 to 4 to fix the build - version 2 uses another action that was just decommissioned, so we need to update. --- .github/actions/setup-repo/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-repo/action.yml b/.github/actions/setup-repo/action.yml index fc498ca97..0669b9c9d 100644 --- a/.github/actions/setup-repo/action.yml +++ b/.github/actions/setup-repo/action.yml @@ -13,7 +13,7 @@ runs: using: "composite" steps: - name: Use Node.js ${{ inputs.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: ${{ inputs.node-version }} cache: "yarn"