From cacfa06acedcbd0756c683d6c16c1ed2f26899be Mon Sep 17 00:00:00 2001 From: wally <18603454788@163.com> Date: Wed, 19 Jan 2022 21:14:09 +0800 Subject: [PATCH] update node version to 16 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index df35752..23c3fc1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,7 +28,7 @@ steps: # - ./node_modules - name: build - image: node + image: node:16 pull: if-not-exists # default always # volumes: # - name: cache