1
0
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

This commit is contained in:
2022-06-07 09:36:46 +03:00
parent 54d3242633
commit a94ebccf3d
4 changed files with 3 additions and 17 deletions

View File

@ -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: