.drone.yml: Build on Node.js 16
continuous-integration/drone/push Build is passing Details

We want to build on LTS or "current" releases only.

See: https://nodejs.org/en/about/releases/
This commit is contained in:
Alan Orth 2021-08-19 16:09:05 +03:00
parent 5797675dbd
commit 40b3fb4979
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 2 deletions

View File

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