From feae26161397247108f164d569ef5d9abf98c883 Mon Sep 17 00:00:00 2001 From: Eric NGUYEN Date: Wed, 3 Aug 2022 14:37:54 +0200 Subject: [PATCH] Configure drone image to nodejs LTS --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index a232574..bdcaae0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ name: default steps: - name: test - image: node + image: node:16 commands: - npm install - - npm test \ No newline at end of file + - npm test