Use node 16 image
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Jim Martens 2021-10-06 13:18:35 +02:00
parent 8b71b4fdd2
commit 73563017a6
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ clone:
steps: steps:
- name: setup - name: setup
image: node:14-alpine image: node:16-alpine
commands: commands:
- npm install - npm install
- name: build - name: build