From dc61b5b222282d90f8afaaa0674d33161e4fdd09 Mon Sep 17 00:00:00 2001 From: goddonebianu Date: Tue, 14 Oct 2025 19:58:42 +0800 Subject: [PATCH] ... --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 85ba5bd..694a5ed 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ platform: steps: - name: build - image: node-23-alpine + image: node:23-alpine commands: - npm ci - npm build \ No newline at end of file