mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-12-19 00:52:19 +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
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: node15
|
name: node16
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: node:15-alpine
|
image: node:16-alpine
|
||||||
commands:
|
commands:
|
||||||
- npm --version
|
- npm --version
|
||||||
- npm install -g npm
|
- npm install -g npm
|
||||||
|
Loading…
Reference in New Issue
Block a user