Skip to content

Commit 92218da

Browse files
CI: use supported image (#3097)
1 parent 0a74327 commit 92218da

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ references:
8282
jobs:
8383
build:
8484
docker:
85-
- image: circleci/node:12.14.0
85+
- image: cimg/node:12.14.0
8686
shell: /bin/bash --login
8787
working_directory: ~/simplenote
8888
steps:
@@ -100,7 +100,7 @@ jobs:
100100
paths: *app_cache_paths
101101
test:
102102
docker:
103-
- image: circleci/node:12.14.0
103+
- image: cimg/node:12.14.0
104104
shell: /bin/bash --login
105105
working_directory: ~/simplenote
106106
steps:
@@ -118,7 +118,7 @@ jobs:
118118

119119
linux:
120120
docker:
121-
- image: circleci/node:12.14.0
121+
- image: cimg/node:12.14.0
122122
working_directory: ~/simplenote
123123
steps:
124124
- checkout
@@ -264,7 +264,6 @@ jobs:
264264
path: /tmp/simplenote/release
265265

266266
workflows:
267-
version: 2
268267
simplenote:
269268
jobs:
270269
- build:

0 commit comments

Comments
 (0)