Fix Drone config
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Brain 2024-04-16 21:21:19 +02:00
parent ce858edd67
commit c858c3159e
Signed by: Brain
GPG Key ID: EE936E31EE3AEE7A
1 changed files with 5 additions and 1 deletions

View File

@ -18,6 +18,8 @@ steps:
- npm run lint
- name: build
image: node:20.12.2
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
commands:
- npm run build
@ -38,6 +40,8 @@ depends_on:
steps:
- name: build
image: node:20.12.2
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
commands:
- npm install
- npm run build
@ -53,6 +57,6 @@ steps:
recursive: true
---
kind: signature
hmac: c0ebc3321007275b453d81578bc5126100a585bb3dabc2bbd8715e9a0925e230
hmac: 6165a4064c19ccc6d2871c8d18859d5014a3f3c9892d70d27acbc78cfa253e54
...