Skip to content

Commit 5c742ba

Browse files
committed
Update from Node 14 to Node 18.
Signed-off-by: Roland Grunberg <[email protected]>
1 parent 31f7f3f commit 5c742ba

File tree

5 files changed

+5770
-3437
lines changed

5 files changed

+5770
-3437
lines changed

.github/workflows/pr-verify.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set Up NodeJS
1515
uses: actions/setup-node@v2
1616
with:
17-
node-version: '14'
17+
node-version: '18'
1818
- name: Set Up Java
1919
uses: actions/setup-java@v2
2020
with:

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The following will be a start to finish guide to get the entire language server
3434

3535
1. Install the required software:
3636
* latest [Visual Studio Code](https://code.visualstudio.com/)
37-
* [Node.js](https://nodejs.org/) v4.0.0 or higher
37+
* [Node.js](https://nodejs.org/) v18.17.1 (with npm 9.6.7) or higher
3838
2. Fork and clone [this repository](https://github.com/redhat-developer/vscode-java)
3939

4040
Keep in mind the final directories will look like:

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env groovy
22

33
def installBuildRequirements(){
4-
def nodeHome = tool 'nodejs-14.19.1'
4+
def nodeHome = tool 'nodejs-lts'
55
env.PATH="${env.PATH}:${nodeHome}/bin"
66
sh "npm install -g typescript"
77
sh 'npm install -g --force "@vscode/vsce"'

0 commit comments

Comments
 (0)