mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-17 17:57:04 +01:00
.drone.yml: Build on Node.js 16
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
We want to build on LTS or "current" releases only. See: https://nodejs.org/en/about/releases/
This commit is contained in:
parent
5797675dbd
commit
40b3fb4979
@ -30,11 +30,11 @@ steps:
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: node15
|
||||
name: node16
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: node:15-alpine
|
||||
image: node:16-alpine
|
||||
commands:
|
||||
- npm --version
|
||||
- npm install -g npm
|
||||
|
Loading…
Reference in New Issue
Block a user