Skip to content

Commit db2eb34

Browse files
authored
ci(config): update the node image in CirceCI (#517)
To takle the [failing build](https://github.com/all-contributors/all-contributors/runs/2336473172) following the _successful_ merge of #514
1 parent 5ab78dd commit db2eb34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22

33
docker_defaults: &docker_defaults
44
docker:
5-
- image: circleci/node:8.14.0
5+
- image: circleci/node:12.0.0
66

77
commands:
88
prep_env:

0 commit comments

Comments
 (0)