From 93bcd53a9d0f77f980bc677eec98d726cf148b46 Mon Sep 17 00:00:00 2001 From: Andre Henriques Date: Tue, 11 Jul 2023 20:13:17 +0100 Subject: [PATCH] Update drone ci to install first --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 7b1edd6..01a74b1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,7 @@ steps: - name: Build commands: - node --version | grep 20 + - pnpm i - pnpm build - ls