Skip to content

chore(workflows): update socket-registry workflow SHAs to 5d91b07b #263

chore(workflows): update socket-registry workflow SHAs to 5d91b07b

chore(workflows): update socket-registry workflow SHAs to 5d91b07b #263

Workflow file for this run

name: 🚀 CI Pipeline
# Dependencies:
# - SocketDev/socket-registry/.github/workflows/ci.yml
on:
push:
branches: [main]
tags: ['*']
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: read
jobs:
ci:
name: Run CI Pipeline
uses: SocketDev/socket-registry/.github/workflows/ci.yml@5d91b07baf94ad7372cd0b9476750b6b33ae5a61 # 2025-10-28
with:
fail-fast: false
lint-script: 'pnpm run lint --all'
node-versions: '[20, 22, 24]'
os-versions: '["ubuntu-latest", "windows-latest"]'
test-script: 'pnpm run test --all'
test-setup-script: 'pnpm run build'
type-check-script: 'pnpm run check'
type-check-setup-script: 'pnpm run build'