File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ trigger:
1515steps :
1616 - name : deps-frontend
1717 pull : always
18- image : node:16.5
18+ image : node:14
1919 commands :
2020 - make node_modules
2121
2222 - name : lint-frontend
23- image : node:16.5
23+ image : node:14
2424 commands :
2525 - make lint-frontend
2626 depends_on : [deps-frontend]
5858 TAGS : bindata gogit sqlite sqlite_unlock_notify
5959
6060 - name : checks-frontend
61- image : node:16.5
61+ image : node:14
6262 commands :
6363 - make checks-frontend
6464 depends_on : [deps-frontend]
@@ -71,13 +71,13 @@ steps:
7171 depends_on : [lint-backend]
7272
7373 - name : test-frontend
74- image : node:16.5
74+ image : node:14
7575 commands :
7676 - make test-frontend
7777 depends_on : [lint-frontend]
7878
7979 - name : build-frontend
80- image : node:16.5
80+ image : node:14
8181 commands :
8282 - make frontend
8383 depends_on : [test-frontend]
@@ -514,7 +514,7 @@ steps:
514514 pull : always
515515 image : techknowlogick/xgo:go-1.16.x
516516 commands :
517- - curl -sL https://deb.nodesource.com/setup_16 .x | bash - && apt-get install -y nodejs
517+ - curl -sL https://deb.nodesource.com/setup_14 .x | bash - && apt-get install -y nodejs
518518 - export PATH=$PATH:$GOPATH/bin
519519 - make release
520520 environment :
@@ -610,7 +610,7 @@ steps:
610610 pull : always
611611 image : techknowlogick/xgo:go-1.16.x
612612 commands :
613- - curl -sL https://deb.nodesource.com/setup_16 .x | bash - && apt-get install -y nodejs
613+ - curl -sL https://deb.nodesource.com/setup_14 .x | bash - && apt-get install -y nodejs
614614 - export PATH=$PATH:$GOPATH/bin
615615 - make release
616616 environment :
You can’t perform that action at this time.
0 commit comments