fix(ci): Wrong image tag
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Ashhhleyyy 2022-07-05 14:08:43 +00:00
parent 75bd95067f
commit 1be2112524

View file

@ -8,15 +8,15 @@ platform:
steps:
- name: Install dependencies
image: gplane/pnpm:14-alpine
image: gplane/pnpm:node14-alpine
commands:
- pnpm install --frozen-lockfile
- name: Check formatting
image: gplane/pnpm:14-alpine
image: gplane/pnpm:node14-alpine
commands:
- pnpm format:check
- name: Build site
image: gplane/pnpm:14-alpine
image: gplane/pnpm:node14-alpine
commands:
- pnpm build
- name: Deploy site