We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a74327 commit 92218daCopy full SHA for 92218da
.circleci/config.yml
@@ -82,7 +82,7 @@ references:
82
jobs:
83
build:
84
docker:
85
- - image: circleci/node:12.14.0
+ - image: cimg/node:12.14.0
86
shell: /bin/bash --login
87
working_directory: ~/simplenote
88
steps:
@@ -100,7 +100,7 @@ jobs:
100
paths: *app_cache_paths
101
test:
102
103
104
105
106
@@ -118,7 +118,7 @@ jobs:
118
119
linux:
120
121
122
123
124
- checkout
@@ -264,7 +264,6 @@ jobs:
264
path: /tmp/simplenote/release
265
266
workflows:
267
- version: 2
268
simplenote:
269
270
- build:
0 commit comments