From c1c9372fb8b4dc11e03d51743de8867c5238aade Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Mon, 24 Jan 2022 15:24:30 -0500 Subject: [PATCH] use official node image --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6cd78ac..1be9493 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ platform: steps: - name: build pull: always - image: webhippie/nodejs:latest + image: nodejs:latest commands: - npm install - npm run clean