From 13e34006fef833e9ffa1d821290feb856be2f4aa Mon Sep 17 00:00:00 2001 From: joshua Date: Sat, 15 Jul 2023 17:32:47 -0600 Subject: [PATCH] changes to drone file --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5701cef..fb86f22 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,7 @@ pipeline: build: - image: node:latest + image: node:13.12.0-alpine commands: npm install test: - image: node:latest + image: node:13.12.0-alpine commands: npm run test \ No newline at end of file