1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-11-22 20:25:02 +01:00

Compare commits

..

No commits in common. "d6ab3cda0aa067a4df7ee5ec6125622cd57d0794" and "4a922d865720f1291951f6a397f08824af573683" have entirely different histories.

2 changed files with 1 additions and 34 deletions

View File

@ -1,34 +0,0 @@
kind: pipeline
type: docker
name: node10
steps:
- name: build
image: node:10-alpine
commands:
- npm install
- npm run build
---
kind: pipeline
type: docker
name: node12
steps:
- name: build
image: node:12-alpine
commands:
- npm install
- npm run build
---
kind: pipeline
type: docker
name: node14
steps:
- name: build
image: node:14-alpine
commands:
- npm install
- npm run build

View File

@ -2,6 +2,7 @@ language: node_js
node_js:
- 10
- 12
- 13
- 14
script: npm run build
os: linux