diff --git a/.drone.yml b/.drone.yml index 2b93fa8..9df48e9 100755 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,8 @@ name: test steps: - name: build - image: node:16 + image: node:16.17 + pull: if-not-exists commands: - npm install - node --version