From 7623b5fa4336f045c6aa54343b7b3d85ce234456 Mon Sep 17 00:00:00 2001 From: Andre Henriques Date: Tue, 11 Jul 2023 20:09:18 +0100 Subject: [PATCH] chore: try to fix drone.yml --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index a6dbed7..1b38ad0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ name: Build and deploy steps: - name: Build - commands: + commands: - nvm use 20 - pnpm build - ls @@ -15,4 +15,3 @@ trigger: - main node: lights: builder -...