File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -92,19 +92,19 @@ jobs:
92
92
paths :
93
93
- ' *'
94
94
95
- build-node-16 :
95
+ build-node-18 :
96
96
<< : *build-stable
97
97
docker :
98
- - image : node:16
98
+ - image : node:18
99
99
100
- build-node-17 :
100
+ build-node-16 :
101
101
<< : *build-common
102
102
docker :
103
- - image : node:17
103
+ - image : node:16
104
104
105
105
tag_version :
106
106
docker :
107
- - image : node:16
107
+ - image : node:18
108
108
working_directory : ~/workdir
109
109
steps :
110
110
- attach_workspace :
@@ -122,7 +122,7 @@ jobs:
122
122
123
123
publish_library :
124
124
docker :
125
- - image : node:16
125
+ - image : node:18
126
126
working_directory : ~/workdir
127
127
steps :
128
128
- attach_workspace :
@@ -196,14 +196,14 @@ workflows:
196
196
- build-node-16 :
197
197
requires :
198
198
- checkout-and-version
199
- - build-node-17 :
199
+ - build-node-18 :
200
200
requires :
201
201
- checkout-and-version
202
202
- publish_approval :
203
203
type : approval
204
204
requires :
205
205
- build-node-16
206
- - build-node-17
206
+ - build-node-18
207
207
- tag_version :
208
208
requires :
209
209
- publish_approval
You can’t perform that action at this time.
0 commit comments