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