Skip to content

fix(web): block DECRQM/DECRQSS replies and focus/mouse event leaks in xterm.js #816

fix(web): block DECRQM/DECRQSS replies and focus/mouse event leaks in xterm.js

fix(web): block DECRQM/DECRQSS replies and focus/mouse event leaks in xterm.js #816

name: Checking Dependencies
on:
workflow_dispatch:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
dist-deps-prune:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ./.github/actions/setup
with:
node-version: 24.14.0
- run: bun run --cwd packages/app build
- name: Dist deps prune (lint)
run: bun run check:dist-deps-prune