From 3b0684b69c40215a83c9e0cfd1ff9d9f4b15c329 Mon Sep 17 00:00:00 2001 From: Andre Henriques Date: Tue, 11 Jul 2023 20:12:15 +0100 Subject: [PATCH] try to fix this --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c13b1f0..7b1edd6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ name: Build and deploy steps: - name: Build commands: - - nvm use 20 + - node --version | grep 20 - pnpm build - ls