Skip to content

Commit

Permalink
Fix CI issues (#38)
Browse files Browse the repository at this point in the history
* Rev node version

* Switch vscode version

* Add error logging

* Update @vscode/test-electron

* Add todo
  • Loading branch information
mosuem authored Jun 12, 2023
1 parent 01a88e4 commit 5b7eea9
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 190 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.16.0
- run: npm install
- run: xvfb-run -a npm test
if: runner.os == 'Linux'
Expand Down
229 changes: 44 additions & 185 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"activationEvents": [
"onLanguage:json"
],
"icon": "media/logo.png",
"icon": "media/logo.png",
"main": "./out/extension.js",
"contributes": {
"jsonValidation": [
Expand Down Expand Up @@ -64,7 +64,7 @@
"@types/vscode": "^1.72.2",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@vscode/test-electron": "^2.2.0",
"@vscode/test-electron": "^2.3.3",
"eslint": "^8.26.0",
"glob": "^8.0.3",
"mocha": "^10.1.0",
Expand Down
Loading

0 comments on commit 5b7eea9

Please sign in to comment.