Skip to content

Commit

Permalink
Update lerna and minimum node version
Browse files Browse the repository at this point in the history
- Update to lerna 6 and set node 14 as minimum engine version
eclipse-glsp/glsp#676
eclipse-glsp/glsp#676
- Update jenkins file to ensure that we don't exhaust resource limits
eclipse-glsp/glsp#794
  • Loading branch information
tortmayr committed Dec 5, 2022
1 parent a07a5f7 commit 08e5516
Show file tree
Hide file tree
Showing 3 changed files with 1,591 additions and 1,455 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Pod
spec:
containers:
- name: node
image: node:12.22.10
image: node:14
tty: true
resources:
limits:
Expand Down Expand Up @@ -94,7 +94,7 @@ pipeline {
}
}
steps {
build job: 'deploy-npm-glsp-client', wait: false
build job: 'deploy-npm-glsp-client', wait: true
}
}
}
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"name": "parent",
"version": "1.0.0",
"engines": {
"yarn": ">=1.7.0 <2.x.x"
"yarn": ">=1.7.0 <2.x.x",
"node": ">=14.18.0"
},
"scripts": {
"prepare": "lerna run prepare",
Expand All @@ -21,9 +22,9 @@
"download:exampleServer": "ts-node examples/workflow-glsp/scripts/download.ts"
},
"devDependencies": {
"@eclipse-glsp/config": "^1.0.0",
"@types/node": "12.x",
"lerna": "^4.0.0",
"@eclipse-glsp/config": "1.1.0-next.d03ad9f.112",
"@types/node": "14",
"lerna": "^6.1.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"typescript": "~4.5.5"
Expand Down
Loading

0 comments on commit 08e5516

Please sign in to comment.