Update dependencies #25
12
.drone.yml
12
.drone.yml
@ -12,14 +12,12 @@ trigger:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: lint
|
- name: lint
|
||||||
image: node:18
|
image: node:20.12.2
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run lint
|
- npm run lint
|
||||||
- name: build
|
- name: build
|
||||||
image: node:18
|
image: node:20.12.2
|
||||||
environment:
|
|
||||||
NODE_OPTIONS: '--openssl-legacy-provider'
|
|
||||||
commands:
|
commands:
|
||||||
- npm run build
|
- npm run build
|
||||||
|
|
||||||
@ -39,9 +37,7 @@ depends_on:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: node:18
|
image: node:20.12.2
|
||||||
environment:
|
|
||||||
NODE_OPTIONS: '--openssl-legacy-provider'
|
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
@ -57,6 +53,6 @@ steps:
|
|||||||
recursive: true
|
recursive: true
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 0f87c59a97ed13bfd04074b63d1e5567b2ff228141951e7edb14ba31a123284e
|
hmac: c0ebc3321007275b453d81578bc5126100a585bb3dabc2bbd8715e9a0925e230
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user