Skip to content

Commit be4afc7

Browse files
committed
Upgrade CI to Node 12
1 parent f419db8 commit be4afc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
test:
44
docker:
5-
- image: circleci/node:4-browsers
5+
- image: circleci/node:12-browsers
66
steps:
77
- checkout
88
- restore_cache:
@@ -29,7 +29,7 @@ jobs:
2929
- node_modules
3030
publish:
3131
docker:
32-
- image: circleci/node:4-browsers
32+
- image: circleci/node:12-browsers
3333
steps:
3434
- checkout
3535
- run:

0 commit comments

Comments
 (0)