File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ volumes:
1919
2020steps :
2121 - name : deps-frontend
22- image : node:16
22+ image : node:18
2323 pull : always
2424 commands :
2525 - make deps-frontend
3434 path : /go
3535
3636 - name : lint-frontend
37- image : node:16
37+ image : node:18
3838 commands :
3939 - make lint-frontend
4040 depends_on : [deps-frontend]
8282 path : /go
8383
8484 - name : checks-frontend
85- image : node:16
85+ image : node:18
8686 commands :
8787 - make checks-frontend
8888 depends_on : [deps-frontend]
@@ -97,13 +97,13 @@ steps:
9797 path : /go
9898
9999 - name : test-frontend
100- image : node:16
100+ image : node:18
101101 commands :
102102 - make test-frontend
103103 depends_on : [lint-frontend]
104104
105105 - name : build-frontend
106- image : node:16
106+ image : node:18
107107 commands :
108108 - make frontend
109109 depends_on : [test-frontend]
@@ -634,7 +634,7 @@ steps:
634634 - git fetch --tags --force
635635
636636 - name : deps-frontend
637- image : node:16
637+ image : node:18
638638 pull : always
639639 commands :
640640 - make deps-frontend
@@ -652,7 +652,7 @@ steps:
652652 image : techknowlogick/xgo:go-1.18.x
653653 pull : always
654654 commands :
655- - curl -sL https://deb.nodesource.com/setup_16 .x | bash - && apt-get install -y nodejs
655+ - curl -sL https://deb.nodesource.com/setup_18 .x | bash - && apt-get install -y nodejs
656656 - export PATH=$PATH:$GOPATH/bin
657657 - make release
658658 environment :
@@ -753,7 +753,7 @@ steps:
753753 - git fetch --tags --force
754754
755755 - name : deps-frontend
756- image : node:16
756+ image : node:18
757757 pull : always
758758 commands :
759759 - make deps-frontend
@@ -771,7 +771,7 @@ steps:
771771 image : techknowlogick/xgo:go-1.18.x
772772 pull : always
773773 commands :
774- - curl -sL https://deb.nodesource.com/setup_16 .x | bash - && apt-get install -y nodejs
774+ - curl -sL https://deb.nodesource.com/setup_18 .x | bash - && apt-get install -y nodejs
775775 - export PATH=$PATH:$GOPATH/bin
776776 - make release
777777 environment :
You can’t perform that action at this time.
0 commit comments