We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeaa978 commit 09c8085Copy full SHA for 09c8085
.github/workflows/test.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: Install Node.js
73
uses: actions/setup-node@v6
74
with:
75
- node-version: '18' # Should match the version in client/src/test/data/vscode-version
+ node-version: '22' # Should match the version in client/src/test/data/vscode-version
76
77
- name: Setup Java JDK
78
uses: actions/setup-java@v5
0 commit comments