From 3bd0aa864486168fd249c51bc287a56f4e2daa12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E4=BD=B3=E9=B8=BF?= <2446434034@qq.com> Date: Tue, 13 Aug 2024 02:28:14 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.drone.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9ff3fde..b746c50 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ volumes: steps: - name: install-dependencies - image: node:16.15.1 + image: node:20.16.0 volumes: - name: node_modules path: /drone/src/node_modules @@ -20,7 +20,7 @@ steps: - npm install - name: run-vuepress - image: node:16.15.1 + image: node:20.16.0 volumes: - name: node_modules path: /drone/src/node_modules