Skip to content

Bump vscode-languageserver-textdocument from 1.0.8 to 1.0.11 #280

Bump vscode-languageserver-textdocument from 1.0.8 to 1.0.11

Bump vscode-languageserver-textdocument from 1.0.8 to 1.0.11 #280

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 19.x, 20.x]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm ci
- run: npm run compile
- run: npm test
env:
CI: true