chore(ci): use bionic image on circle ci

This commit is contained in:
Andrey Lushnikov 2020-03-02 19:04:45 -08:00
parent 019eaa4470
commit 2711891e04

View file

@ -2,7 +2,7 @@ version: 2
jobs: jobs:
build: build:
docker: docker:
- image: aslushnikov/playwright - image: aslushnikov/playwright:bionic
steps: steps:
- checkout - checkout