From 8ba035a2d73adfe706c414bb9fcb00925d79eaf9 Mon Sep 17 00:00:00 2001 From: XinWei <2718030729@qq.com> Date: Sat, 27 Jul 2024 16:35:48 +0800 Subject: [PATCH] init --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6efe442..83ff5ff 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ name: default steps: - name: build - image: alpine + image: node:16.18.1 commands: - npm install - npm run build