Skip to content

Bump @types/vscode from 1.87.0 to 1.91.0 in /client #1896

Bump @types/vscode from 1.87.0 to 1.91.0 in /client

Bump @types/vscode from 1.87.0 to 1.91.0 in /client #1896

Workflow file for this run

name: 'BundleSize'
on:
pull_request:
paths:
- '.github/workflows/size-limit.yml'
- 'server/**'
- 'client/**'
- 'package.json'
- '!**.md'
jobs:
size:
runs-on: macos-latest
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v4
- uses: andresz1/size-limit-action@v1
with:
build_script: build:size
github_token: ${{ secrets.GITHUB_TOKEN }}