diff --git a/.drone.yml b/.drone.yml index d93b8c6..6456854 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,7 +32,7 @@ steps: - ./site/node_modules - name: build - image: node:14-alpine + image: node:16-alpine commands: - cd site - npm install @@ -108,7 +108,7 @@ steps: - ./site/node_modules - name: build - image: node:14-alpine + image: node:16-alpine commands: - cd site - npm install