Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alanorth/hugo-theme-bootstrap4-blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Orth <alan.orth@gmail.com>2021-08-19 16:09:05 +0300
committerAlan Orth <alan.orth@gmail.com>2021-08-19 16:09:05 +0300
commit40b3fb4979180b89255d3843cca748ce40264e78 (patch)
treef9ad8d399cc508540794390601a23d98bc916e55
parent5797675dbda6a2a0d7f0739daadfdec01aa8f621 (diff)
.drone.yml: Build on Node.js 16
We want to build on LTS or "current" releases only. See: https://nodejs.org/en/about/releases/
-rw-r--r--.drone.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index fa0b841..16bbe6f 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -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