We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03816ca + 09682b2 commit 35d4739Copy full SHA for 35d4739
.circleci/config.yml
@@ -11,7 +11,7 @@ references:
11
jobs:
12
build:
13
docker:
14
- - image: circleci/node:8.10
+ - image: circleci/node:12.10
15
working_directory: ~/repo
16
steps:
17
- checkout
@@ -27,7 +27,7 @@ jobs:
27
28
deploy-staging:
29
30
31
32
33
@@ -56,7 +56,7 @@ jobs:
56
57
deploy-production:
58
59
60
61
62
0 commit comments