Skip to content

Commit

Permalink
Upgrade vscode-extension-tester and use latest Node 18 for tests
Browse files Browse the repository at this point in the history
Closes #683

Signed-off-by: David Thompson <[email protected]>
  • Loading branch information
datho7561 committed Mar 5, 2024
1 parent 87a9c76 commit 98857e7
Show file tree
Hide file tree
Showing 3 changed files with 213 additions and 185 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18.15'
node-version: '18'
- name: Install vsce
run: npm i -g @vscode/vsce
- name: Install dependencies
Expand Down
Loading

0 comments on commit 98857e7

Please sign in to comment.