Skip to content

Commit

Permalink
Update from Node 14 to Node 18.
Browse files Browse the repository at this point in the history
Signed-off-by: Roland Grunberg <[email protected]>
  • Loading branch information
rgrunber committed Nov 8, 2023
1 parent 31f7f3f commit 5c742ba
Show file tree
Hide file tree
Showing 5 changed files with 5,770 additions and 3,437 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set Up NodeJS
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'
- name: Set Up Java
uses: actions/setup-java@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The following will be a start to finish guide to get the entire language server

1. Install the required software:
* latest [Visual Studio Code](https://code.visualstudio.com/)
* [Node.js](https://nodejs.org/) v4.0.0 or higher

This comment has been minimized.

Copy link
@FaiqNoman69
* [Node.js](https://nodejs.org/) v18.17.1 (with npm 9.6.7) or higher
2. Fork and clone [this repository](https://github.com/redhat-developer/vscode-java)

Keep in mind the final directories will look like:
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env groovy

def installBuildRequirements(){
def nodeHome = tool 'nodejs-14.19.1'
def nodeHome = tool 'nodejs-lts'
env.PATH="${env.PATH}:${nodeHome}/bin"
sh "npm install -g typescript"
sh 'npm install -g --force "@vscode/vsce"'
Expand Down
Loading

0 comments on commit 5c742ba

Please sign in to comment.