Skip to content

Commit

Permalink
fix: Updating CI to use 1.96.x of VSC
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljolley committed Jan 16, 2025
1 parent 0916344 commit d253333
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
vscode-version: ["1.85.0", stable]
vscode-version: ["1.96.0", stable]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"email": "[email protected]"
},
"engines": {
"vscode": "^1.85.0"
"vscode": "^1.96.0"
},
"extensionKind": [
"ui"
Expand Down

0 comments on commit d253333

Please sign in to comment.