diff --git a/.drone.yml b/.drone.yml index 88f3a14..319b29b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,9 +6,15 @@ kind: pipeline name: test -steps: +platform: + os: linux + arch: arm64 + +services: - name: setup-database - image: mongo:4 + image: mongo:5 + +steps: - name: test image: node:16 commands: