Allow node 12 and test it (#9907)

This commit is contained in:
Nicolò Ribaudo
2019-04-26 20:57:50 +02:00
committed by GitHub
parent 8ca323e810
commit 80a5a2e7dd
3 changed files with 3 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ jobs:
build:
working_directory: ~/babel
docker:
- image: circleci/node:11
- image: circleci/node:12
steps:
- checkout
- restore-cache: *restore-yarn-cache