File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ trigger:
15
15
steps :
16
16
- name : deps-frontend
17
17
pull : always
18
- image : node:16.5
18
+ image : node:14
19
19
commands :
20
20
- make node_modules
21
21
22
22
- name : lint-frontend
23
- image : node:16.5
23
+ image : node:14
24
24
commands :
25
25
- make lint-frontend
26
26
depends_on : [deps-frontend]
58
58
TAGS : bindata gogit sqlite sqlite_unlock_notify
59
59
60
60
- name : checks-frontend
61
- image : node:16.5
61
+ image : node:14
62
62
commands :
63
63
- make checks-frontend
64
64
depends_on : [deps-frontend]
@@ -71,13 +71,13 @@ steps:
71
71
depends_on : [lint-backend]
72
72
73
73
- name : test-frontend
74
- image : node:16.5
74
+ image : node:14
75
75
commands :
76
76
- make test-frontend
77
77
depends_on : [lint-frontend]
78
78
79
79
- name : build-frontend
80
- image : node:16.5
80
+ image : node:14
81
81
commands :
82
82
- make frontend
83
83
depends_on : [test-frontend]
@@ -514,7 +514,7 @@ steps:
514
514
pull : always
515
515
image : techknowlogick/xgo:go-1.16.x
516
516
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
518
518
- export PATH=$PATH:$GOPATH/bin
519
519
- make release
520
520
environment :
@@ -610,7 +610,7 @@ steps:
610
610
pull : always
611
611
image : techknowlogick/xgo:go-1.16.x
612
612
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
614
614
- export PATH=$PATH:$GOPATH/bin
615
615
- make release
616
616
environment :
You can’t perform that action at this time.
0 commit comments