chore(ci): use bionic image on circle ci
This commit is contained in:
parent
019eaa4470
commit
2711891e04
|
|
@ -2,7 +2,7 @@ version: 2
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
docker:
|
docker:
|
||||||
- image: aslushnikov/playwright
|
- image: aslushnikov/playwright:bionic
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue