File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -187,8 +187,8 @@ workflows:
187187 jobs :
188188 - NodeJS 12 :
189189 << : *common_non_publish_filters
190- - NodeJS 14 Windows :
191- << : *common_non_publish_filters
190+ # - NodeJS 14 Windows:
191+ # <<: *common_non_publish_filters
192192 - NodeJS 14 :
193193 << : *common_non_publish_filters
194194 - NodeJS 16 :
@@ -210,7 +210,7 @@ workflows:
210210 << : *common_non_publish_filters
211211 requires :
212212 - NodeJS 12
213- - NodeJS 14 Windows
213+ # - NodeJS 14 Windows
214214 - NodeJS 14
215215 - NodeJS 16
216216 - Publish GitHub Release :
@@ -223,7 +223,7 @@ workflows:
223223 << : *common_publish_filters
224224 requires :
225225 - NodeJS 12
226- - NodeJS 14 Windows
226+ # - NodeJS 14 Windows
227227 - NodeJS 14
228228 - NodeJS 16
229229 - Build CLI
You can’t perform that action at this time.
0 commit comments