File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -26,17 +26,12 @@ defaults: &defaults
26
26
version :
27
27
type : string
28
28
docker :
29
- - image : circleci /node:<< parameters.version >>
29
+ - image : cimg /node:<< parameters.version >>
30
30
31
31
version : 2.1
32
32
jobs :
33
33
test_build :
34
34
description : Testing build & Test Size & Declarations File
35
- parameters :
36
- version :
37
- type : string
38
- docker :
39
- - image : circleci/node:<< parameters.version >>
40
35
<< : *defaults
41
36
steps :
42
37
- checkout
@@ -113,7 +108,7 @@ jobs:
113
108
working_directory : ~/algoliasearch-client-javascript
114
109
description : Perform a new release of the JavaScript client
115
110
docker :
116
- - image : circleci /node:14
111
+ - image : cimg /node:14.17
117
112
steps :
118
113
- checkout
119
114
- run :
@@ -128,15 +123,15 @@ workflows:
128
123
ci :
129
124
jobs :
130
125
- test_unit :
131
- version : ' 8'
126
+ version : ' 8.17 '
132
127
name : ' test_unit_8'
133
128
- test_unit :
134
- version : ' 14'
129
+ version : ' 14.17 '
135
130
name : ' test_unit_14'
136
131
- test_lint :
137
- version : ' 12'
132
+ version : ' 12.22 '
138
133
- test_types :
139
- version : ' 12'
134
+ version : ' 12.22 '
140
135
- test_build :
141
136
version : ' 12.16.2'
142
137
- test_browser :
You can’t perform that action at this time.
0 commit comments