исправляет .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Maxim Slipenko 2022-09-30 16:17:08 +03:00
parent f0671c4a40
commit 1eb760f55f

View File

@ -32,7 +32,7 @@ steps:
- ./site/node_modules - ./site/node_modules
- name: build - name: build
image: node:14-alpine image: node:16-alpine
commands: commands:
- cd site - cd site
- npm install - npm install
@ -108,7 +108,7 @@ steps:
- ./site/node_modules - ./site/node_modules
- name: build - name: build
image: node:14-alpine image: node:16-alpine
commands: commands:
- cd site - cd site
- npm install - npm install