1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-10-18 12:34:17 +02:00
hugo-theme-bootstrap4-blog/.drone.yml
Alan Orth a94ebccf3d
All checks were successful
continuous-integration/drone/push Build is passing
Use Node.js 14 instead of 12
2022-06-07 09:36:46 +03:00

29 lines
389 B
YAML

kind: pipeline
type: docker
name: node14
steps:
- name: build
image: node:14-alpine
commands:
- npm --version
- npm install -g npm
- npm --version
- npm install
- npm run build
---
kind: pipeline
type: docker
name: node16
steps:
- name: build
image: node:16-alpine
commands:
- npm --version
- npm install -g npm
- npm --version
- npm install
- npm run build