diff --git a/.drone.yml b/.drone.yml index 1c75db3..b43b63b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,9 +9,8 @@ platform: steps: - name: build front - image: node:19-alpine3.15 + image: node:21-alpine commands: - - apk --no-cache add python2 build-base - npm install --network-timeout=100000 - npm run build