diff --git a/.drone.yml b/.drone.yml index 2f4e93c..133508b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ clone: steps: - name: render - image: ubuntu:latest + image: node:19 commands: - sed -i 's/deb.debian.org/mirrors.ustc.edu.cn/g' /etc/apt/sources.list - apt update