Skip to content

Commit

Permalink
Pin vscode version to fix windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
shanedell committed Sep 10, 2024
1 parent 9376305 commit b2e1341
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
java_version: [ 8, 11, 17 ]
os: [ macos-12, ubuntu-20.04, windows-2019 ]
node: [ '16', '18.20.1' ] # version 18.20.2 (current latest of 18) is broken on windows
vscode: [ 'stable' ]
vscode: [ '1.91.1' ]
fail-fast: false # don't immediately fail all other jobs if a single job fails
runs-on: ${{ matrix.os }}
defaults:
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -500,9 +500,9 @@
integrity sha512-RrVw9s6gBJuY1IkUHMNznWgj/ktjwLpATyOTcKxUDIbbp7AQeK7S0E1+P/8Z75OgAW13OMqSAmaiuWw25dh59Q==

"@types/vscode@^1.67.2":
version "1.82.0"
resolved "https://registry.npmjs.org/@types/vscode/-/vscode-1.82.0.tgz"
integrity sha512-VSHV+VnpF8DEm8LNrn8OJ8VuUNcBzN3tMvKrNpbhhfuVjFm82+6v44AbDhLvVFgCzn6vs94EJNTp7w8S6+Q1Rw==
version "1.93.0"
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.93.0.tgz#1cd7573e0272aef9c357bafc635b6177c154013e"
integrity sha512-kUK6jAHSR5zY8ps42xuW89NLcBpw1kOabah7yv38J8MyiYuOHxLQBi0e7zeXbQgVefDy/mZZetqEFC+Fl5eIEQ==

"@types/ws@*":
version "8.5.5"
Expand Down

0 comments on commit b2e1341

Please sign in to comment.