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