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
18
+ image : node:14
19
19
commands :
20
20
- make node_modules
21
21
22
22
- name : lint-frontend
23
- image : node:16
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
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
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
80
+ image : node:14
81
81
commands :
82
82
- make frontend
83
83
depends_on : [test-frontend]
@@ -503,7 +503,7 @@ steps:
503
503
pull : always
504
504
image : techknowlogick/xgo:go-1.16.x
505
505
commands :
506
- - curl -sL https://deb.nodesource.com/setup_16 .x | bash - && apt-get install -y nodejs
506
+ - curl -sL https://deb.nodesource.com/setup_14 .x | bash - && apt-get install -y nodejs
507
507
- export PATH=$PATH:$GOPATH/bin
508
508
- make release
509
509
environment :
@@ -599,7 +599,7 @@ steps:
599
599
pull : always
600
600
image : techknowlogick/xgo:go-1.16.x
601
601
commands :
602
- - curl -sL https://deb.nodesource.com/setup_16 .x | bash - && apt-get install -y nodejs
602
+ - curl -sL https://deb.nodesource.com/setup_14 .x | bash - && apt-get install -y nodejs
603
603
- export PATH=$PATH:$GOPATH/bin
604
604
- make release
605
605
environment :
You can’t perform that action at this time.
0 commit comments