Skip to content

Commit d6e3701

Browse files
authored
build - Update dependencies (#850)
* build - Update dependencies - Update nodejs to 20.x - Update lsp4j tp 0.23.1 - Update @vscode/test-electron
1 parent 60dad37 commit d6e3701

File tree

12 files changed

+602
-150
lines changed

12 files changed

+602
-150
lines changed

.azure-pipelines/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ extends:
5050
jdkArchitectureOption: x64
5151
jdkSourceOption: PreInstalled
5252
- task: NodeTool@0
53-
displayName: Use Node 18.x
53+
displayName: Use Node 20.x
5454
inputs:
55-
versionSpec: 18.x
55+
versionSpec: 20.x
5656
- task: Npm@1
5757
displayName: npm install
5858
inputs:

.azure-pipelines/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ extends:
4747
clean: true
4848
fetchTags: true
4949
- task: NodeTool@0
50-
displayName: Use Node 18.x
50+
displayName: Use Node 20.x
5151
inputs:
52-
versionSpec: 18.x
52+
versionSpec: 20.x
5353
- task: JavaToolInstaller@0
5454
displayName: Use Java 17
5555
inputs:

.azure-pipelines/rc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ extends:
4242
clean: true
4343
fetchTags: true
4444
- task: NodeTool@0
45-
displayName: Use Node 18.x
45+
displayName: Use Node 20.x
4646
inputs:
47-
versionSpec: 18.x
47+
versionSpec: 20.x
4848
- task: JavaToolInstaller@0
4949
displayName: Use Java 17
5050
inputs:

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node.js environment
3030
uses: actions/setup-node@v2
3131
with:
32-
node-version: 16
32+
node-version: 20
3333

3434
- name: Install Node.js modules
3535
run: npm install

.github/workflows/linuxUI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node.js environment
3030
uses: actions/setup-node@v2
3131
with:
32-
node-version: 16
32+
node-version: 20
3333

3434
- name: Install Node.js modules
3535
run: npm install

.github/workflows/macOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node.js environment
2323
uses: actions/setup-node@v2
2424
with:
25-
node-version: 16
25+
node-version: 20
2626

2727
- name: Install Node.js modules
2828
run: npm install

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node.js environment
2323
uses: actions/setup-node@v2
2424
with:
25-
node-version: 16
25+
node-version: 20
2626

2727
- name: Install Node.js modules
2828
run: npm install

.github/workflows/windowsUI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node.js environment
2323
uses: actions/setup-node@v2
2424
with:
25-
node-version: 16
25+
node-version: 20
2626

2727
- name: Install Node.js modules
2828
run: npm install

jdtls.ext/com.microsoft.jdtls.ext.target/com.microsoft.jdtls.ext.tp.target

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
<repository location="https://download.eclipse.org/jdtls/snapshots/repository/latest/"/>
2222
</location>
2323
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
24-
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.22.0/"/>
25-
<unit id="org.eclipse.lsp4j.sdk.feature.group" version="0.0.0"/>
24+
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.23.1/"/>
25+
<unit id="org.eclipse.lsp4j" version="0.0.0"/>
2626
</location>
2727
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" missingManifest="generate" type="Maven">
2828
<dependencies>

0 commit comments

Comments
 (0)