Skip to content

chore(deps): bump @xterm/addon-webgl from 0.18.0 to 0.19.0 #19

chore(deps): bump @xterm/addon-webgl from 0.18.0 to 0.19.0

chore(deps): bump @xterm/addon-webgl from 0.18.0 to 0.19.0 #19

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install native build tools
run: sudo apt-get update && sudo apt-get install -y build-essential python3
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v6
with:
node-version-file: '.nvmrc'
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm build