From ad67724f87c003b1810a8e78b9bbea6bb493e3d0 Mon Sep 17 00:00:00 2001 From: Brian Cleary Date: Sun, 2 Feb 2025 17:27:38 -0500 Subject: [PATCH] chore: specify node version --- .github/actions/js-setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/js-setup/action.yml b/.github/actions/js-setup/action.yml index c2660e0d..a6a1b924 100644 --- a/.github/actions/js-setup/action.yml +++ b/.github/actions/js-setup/action.yml @@ -9,7 +9,7 @@ runs: - name: Install Node.js uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0 with: - node-version: ">=22" + node-version: "v22.10.0" - name: Use corepack to activate pnpm run: corepack enable