Skip to content

Commit 98857e7

Browse files
committed
Upgrade vscode-extension-tester and use latest Node 18 for tests
Closes #683 Signed-off-by: David Thompson <davthomp@redhat.com>
1 parent 87a9c76 commit 98857e7

File tree

3 files changed

+213
-185
lines changed

3 files changed

+213
-185
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v4
2424
- uses: actions/setup-node@v4
2525
with:
26-
node-version: '18.15'
26+
node-version: '18'
2727
- name: Install vsce
2828
run: npm i -g @vscode/vsce
2929
- name: Install dependencies

0 commit comments

Comments
 (0)