Skip to content

Commit 6223bf6

Browse files
authored
fix(ci): update docker image (#1309)
1 parent 00ad924 commit 6223bf6

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.circleci/config.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,12 @@ 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:
3333
test_build:
3434
description: Testing build & Test Size & Declarations File
35-
parameters:
36-
version:
37-
type: string
38-
docker:
39-
- image: circleci/node:<< parameters.version >>
4035
<<: *defaults
4136
steps:
4237
- checkout
@@ -113,7 +108,7 @@ jobs:
113108
working_directory: ~/algoliasearch-client-javascript
114109
description: Perform a new release of the JavaScript client
115110
docker:
116-
- image: circleci/node:14
111+
- image: cimg/node:14.17
117112
steps:
118113
- checkout
119114
- run:
@@ -128,15 +123,15 @@ workflows:
128123
ci:
129124
jobs:
130125
- test_unit:
131-
version: '8'
126+
version: '8.17'
132127
name: 'test_unit_8'
133128
- test_unit:
134-
version: '14'
129+
version: '14.17'
135130
name: 'test_unit_14'
136131
- test_lint:
137-
version: '12'
132+
version: '12.22'
138133
- test_types:
139-
version: '12'
134+
version: '12.22'
140135
- test_build:
141136
version: '12.16.2'
142137
- test_browser:

0 commit comments

Comments
 (0)