Update dependencies #25

Merged
Brain merged 3 commits from update-deps into main 2024-04-16 21:23:22 +02:00
Showing only changes of commit ce858edd67 - Show all commits

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