Update Drone config
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Brain 2024-04-16 21:17:27 +02:00
parent 177628d03c
commit ce858edd67
Signed by: Brain
GPG Key ID: EE936E31EE3AEE7A
1 changed files with 4 additions and 8 deletions

View File

@ -12,14 +12,12 @@ trigger:
steps:
- name: lint
image: node:18
image: node:20.12.2
commands:
- npm install
- npm run lint
- name: build
image: node:18
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
image: node:20.12.2
commands:
- npm run build
@ -39,9 +37,7 @@ depends_on:
steps:
- name: build
image: node:18
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
image: node:20.12.2
commands:
- npm install
- npm run build
@ -57,6 +53,6 @@ steps:
recursive: true
---
kind: signature
hmac: 0f87c59a97ed13bfd04074b63d1e5567b2ff228141951e7edb14ba31a123284e
hmac: c0ebc3321007275b453d81578bc5126100a585bb3dabc2bbd8715e9a0925e230
...