Skip to content

Bump @types/vscode from 1.93.0 to 1.94.0 in /client #1029

Bump @types/vscode from 1.93.0 to 1.94.0 in /client

Bump @types/vscode from 1.93.0 to 1.94.0 in /client #1029

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
tests:
name: JavaScript Test Action
runs-on: ubuntu-latest
strategy:
matrix:
node: [20]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: 'yarn'
- name: Yarn install
run: yarn install
- name: Yarn build
run: yarn build