Skip to content

Commit 3f06802

Browse files
committed
chore: update github actions test workflow
1 parent b833582 commit 3f06802

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
os: [ubuntu-latest, macos-latest, windows-latest]
17-
node-version: [18.x]
18-
vscode-version: [stable, insiders]
16+
os: [ubuntu-latest, macos-latest]
17+
node-version: [20.x]
18+
vscode-version: [stable]
1919

2020
steps:
2121
- name: Checkout Repository

0 commit comments

Comments
 (0)