diff --git a/.drone.yml b/.drone.yml index 78a8145..c59843d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -49,7 +49,7 @@ steps: # build - name: build pull: if-not-exists - image: node:14.16.1 + image: node:16.14.0 commands: - npm run build when: