fix(ci): lets also see if we can get away without yarn install
ing
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
05d870a824
commit
52eddf3175
1 changed files with 4 additions and 4 deletions
|
@ -7,10 +7,10 @@ platform:
|
||||||
arch: arm64
|
arch: arm64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
# - name: Install dependencies
|
||||||
image: node:16-alpine
|
# image: node:16-alpine
|
||||||
commands:
|
# commands:
|
||||||
- yarn install
|
# - yarn install
|
||||||
# TODO: setup linting
|
# TODO: setup linting
|
||||||
# - name: Check formatting
|
# - name: Check formatting
|
||||||
# image: node-pnpm:16-alpine
|
# image: node-pnpm:16-alpine
|
||||||
|
|
Loading…
Reference in a new issue