Skip to content

chore(deps): bump @socketsecurity/lib to 5.12.0 and exclude Socket packages from release age #1406

chore(deps): bump @socketsecurity/lib to 5.12.0 and exclude Socket packages from release age

chore(deps): bump @socketsecurity/lib to 5.12.0 and exclude Socket packages from release age #1406

Workflow file for this run

name: ⚡ CI
# 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@da519693b701861bc0f9690a30f50af1a1dcd49c # main
with:
fail-fast: false
lint-script: 'pnpm run lint --all'
node-versions: '["24.10.0"]'
os-versions: '["ubuntu-latest", "macos-latest", "windows-latest"]'
test-script: 'pnpm run test --all --skip-build'
test-setup-script: 'pnpm run build'
type-check-script: 'pnpm run type'
type-check-setup-script: 'pnpm run build'