mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2025-05-11 06:56:00 +02:00
Use Node.js 14 instead of 12
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
15
.drone.yml
15
.drone.yml
@ -1,20 +1,5 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: node12
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: node:12-alpine
|
||||
commands:
|
||||
- npm --version
|
||||
- npm install -g npm
|
||||
- npm --version
|
||||
- npm install
|
||||
- npm run build
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: node14
|
||||
|
||||
steps:
|
||||
|
Reference in New Issue
Block a user