Skip to content

Commit

Permalink
fix: Upgrade lsp to 0.4.20 (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
arajkumar authored Jan 20, 2021
1 parent 69ac2e8 commit d7d498f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 24 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
run: npm run test-compile
- name: VSCE prepublish
run: vsce package
- name: Invoke LSP entrypoint(server.js)
run: node dist/server.js
- name: Run headless test
uses: GabrielBB/xvfb-action@v1
with:
Expand Down
39 changes: 16 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
"webpack-cli": "^3.3.12"
},
"dependencies": {
"fabric8-analytics-lsp-server": "^0.4.19",
"fabric8-analytics-lsp-server": "^0.4.20",
"fs": "0.0.1-security",
"node-fetch": "^2.6.0",
"path": "0.12.7",
Expand Down

0 comments on commit d7d498f

Please sign in to comment.