Skip to content

Commit

Permalink
fix: switch CI build to Node 12.x (#1476)
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Apr 28, 2020
1 parent 3d6f80d commit 1b58b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/node:10.15.1-browsers
- image: circleci/node:12.16.2-browsers-legacy
environment:
NO_SANDBOX: true
steps:
Expand Down

0 comments on commit 1b58b62

Please sign in to comment.