Skip to content

Commit 09c8085

Browse files
committed
update node version
1 parent aeaa978 commit 09c8085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Install Node.js
7373
uses: actions/setup-node@v6
7474
with:
75-
node-version: '18' # Should match the version in client/src/test/data/vscode-version
75+
node-version: '22' # Should match the version in client/src/test/data/vscode-version
7676

7777
- name: Setup Java JDK
7878
uses: actions/setup-java@v5

0 commit comments

Comments
 (0)