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 c858c3159e - Show all commits

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