From cb0fa41582b5b1b9a412128b49fdd4c6996add49 Mon Sep 17 00:00:00 2001 From: Test User Date: Wed, 8 Apr 2026 14:56:23 -0400 Subject: [PATCH] fix(ci): drop hardcoded node-version, use socket-registry default --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46b12eb..50afffe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,8 +47,6 @@ jobs: timeout-minutes: 10 steps: - uses: SocketDev/socket-registry/.github/actions/setup-and-install@4edf2e3c3beff7d536e79ce43dfb61abba7cb537 # main - with: - node-version: '24' - name: Build project run: pnpm run build