From 77614a5d9f4a059106b3c0b38f4ae31b0bde8e91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=87=E8=B6=A3=E4=BF=9D=E7=BD=97?= Date: Wed, 13 Dec 2023 23:58:52 +0800 Subject: [PATCH] =?UTF-8?q?CI:=20=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0484299..1f405a2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ name: simpleVue steps: - name: echo nodejs version commands: - node -v + - node -v - name: install deps commands: - pnpm i