From bc46a30450c098673d15de4306e62e31c4dca9e0 Mon Sep 17 00:00:00 2001 From: light7734 Date: Sat, 18 Jan 2025 17:04:42 +0330 Subject: [PATCH] cicd: change drone's docker image --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ce02f23..fdf62f7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: default steps: - name: build_deploy - image: node:12 + image: ianwalter/pnpm:v1.4.0 commands: - npm install - npm run build