Skip to content

Commit bc09876

Browse files
committed
fix(ci): update docker image
1 parent 00ad924 commit bc09876

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.circleci/config.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ defaults: &defaults
2626
version:
2727
type: string
2828
docker:
29-
- image: circleci/node:<< parameters.version >>
29+
- image: cimg/node:<< parameters.version >>
3030

3131
version: 2.1
3232
jobs:
@@ -35,8 +35,6 @@ jobs:
3535
parameters:
3636
version:
3737
type: string
38-
docker:
39-
- image: circleci/node:<< parameters.version >>
4038
<<: *defaults
4139
steps:
4240
- checkout
@@ -113,7 +111,7 @@ jobs:
113111
working_directory: ~/algoliasearch-client-javascript
114112
description: Perform a new release of the JavaScript client
115113
docker:
116-
- image: circleci/node:14
114+
- image: cimg/node:14.17
117115
steps:
118116
- checkout
119117
- run:
@@ -128,15 +126,15 @@ workflows:
128126
ci:
129127
jobs:
130128
- test_unit:
131-
version: '8'
129+
version: '8.17'
132130
name: 'test_unit_8'
133131
- test_unit:
134-
version: '14'
132+
version: '14.17'
135133
name: 'test_unit_14'
136134
- test_lint:
137-
version: '12'
135+
version: '12.22'
138136
- test_types:
139-
version: '12'
137+
version: '12.22'
140138
- test_build:
141139
version: '12.16.2'
142140
- test_browser:

0 commit comments

Comments
 (0)