File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -23,26 +23,24 @@ local pipeline(version) = {
2323};
2424
2525[
26- pipeline("8" ),
2726 pipeline("10" ),
2827 pipeline("12" ),
29- pipeline("13 " ),
28+ pipeline("14 " ),
3029 {
3130 kind: "pipeline" ,
3231 name: "build & publish" ,
3332 trigger: {
3433 event: "tag"
3534 },
3635 depends_on: [
37- "node-v8" ,
3836 "node-v10" ,
3937 "node-v12" ,
40- "node-v13 "
38+ "node-v14 "
4139 ],
4240 steps: [
4341 {
4442 name: "build" ,
45- image: "node:8 " ,
43+ image: "node:12 " ,
4644 commands: [
4745 "npm install 2> /dev/null" ,
4846 "mkdir -p dist" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @pm2/js-api" ,
3- "version" : " 0.6.3 " ,
3+ "version" : " 0.6.4 " ,
44 "description" : " PM2.io API Client for Javascript" ,
55 "main" : " index.js" ,
66 "unpkg" : " dist/keymetrics.es5.min.js" ,
You can’t perform that action at this time.
0 commit comments