Skip to content

fix: catch unhandled ws signal errors #5986

fix: catch unhandled ws signal errors

fix: catch unhandled ws signal errors #5986

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
- name: Use Node.js 24
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: 24
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: ESLint
run: pnpm lint
- name: Prettier
run: pnpm format:check
- name: Type check
run: pnpm type:check
- name: Throws check
run: pnpm throws:check
- name: Run Tests
run: pnpm test
- name: Check browser target compatibility
run: |
pnpm build:clean
pnpm compat
- name: Ensure package publish is configured correctly
run: pnpm publint