diff --git a/.drone.yml b/.drone.yml index 6429cab..64992cc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,8 +4,9 @@ name: default steps: - name: Build with node - image: node:12 + image: node:14 commands: + - npm config set registry https://npm.hibas123.de - npm install - npm run build - name: Publish to docker