Skip to content

Commit 35d4739

Browse files
authored
Merge pull request #5 from Rookout/node8to12
RK-8237 node 8 to 12
2 parents 03816ca + 09682b2 commit 35d4739

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ references:
1111
jobs:
1212
build:
1313
docker:
14-
- image: circleci/node:8.10
14+
- image: circleci/node:12.10
1515
working_directory: ~/repo
1616
steps:
1717
- checkout
@@ -27,7 +27,7 @@ jobs:
2727
2828
deploy-staging:
2929
docker:
30-
- image: circleci/node:8.10
30+
- image: circleci/node:12.10
3131
working_directory: ~/repo
3232
steps:
3333
- checkout
@@ -56,7 +56,7 @@ jobs:
5656

5757
deploy-production:
5858
docker:
59-
- image: circleci/node:8.10
59+
- image: circleci/node:12.10
6060
working_directory: ~/repo
6161
steps:
6262
- checkout

0 commit comments

Comments
 (0)