From 8081da96c7dff625fdc8745969d1d19bfa215675 Mon Sep 17 00:00:00 2001 From: jdalton Date: Thu, 12 Mar 2026 13:11:23 -0400 Subject: [PATCH] ci: update socket-registry workflow SHA and remove redundant env var --- .github/workflows/ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2202cd5..fc3fe435 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,15 +14,10 @@ on: permissions: contents: read -env: - # Opt-in to Node.js 24 for GitHub Actions to avoid deprecation warnings. - # See: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/ - FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true - jobs: ci: name: Run CI Pipeline - uses: SocketDev/socket-registry/.github/workflows/ci.yml@d83e76d998a5b13e7e844273898ccee35bb991c4 # main + uses: SocketDev/socket-registry/.github/workflows/ci.yml@db024ea0ebbf1e6c73acdb8a6fb02a8c5e2c7410 # main with: fail-fast: false lint-script: 'pnpm run lint --all'