diff --git a/.drone-docker.yml b/.drone-docker.yml index 24c148f..da04654 100644 --- a/.drone-docker.yml +++ b/.drone-docker.yml @@ -40,7 +40,7 @@ steps: - yarn --cwd ./items/frontend install - name: test frontend - image: node:lts-alpine3.14 + image: cypress/base:16.13.0 commands: - node -v - npm -v