Compare commits

..

No commits in common. "ba4b6dfb548f52c9330b67b3f6ad3b716f4730eb" and "1ec259f408bcdcd46be0101b8ad6bf4ad1389c76" have entirely different histories.

View File

@ -12,12 +12,12 @@ trigger:
steps:
- name: lint
image: node:20.15.0@sha256:b849bc4078c3e16a38d72749ab8faeacbcc6c3bdb742399b4a5974a89fc93261
image: node:20.14.0@sha256:ab71b9da5ba19445dc5bb76bf99c218941db2c4d70ff4de4e0d9ec90920bfe3f
commands:
- npm install
- npm run lint
- name: build
image: node:20.15.0@sha256:b849bc4078c3e16a38d72749ab8faeacbcc6c3bdb742399b4a5974a89fc93261
image: node:20.14.0@sha256:ab71b9da5ba19445dc5bb76bf99c218941db2c4d70ff4de4e0d9ec90920bfe3f
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
commands:
@ -39,7 +39,7 @@ depends_on:
steps:
- name: build
image: node:20.15.0@sha256:b849bc4078c3e16a38d72749ab8faeacbcc6c3bdb742399b4a5974a89fc93261
image: node:20.14.0@sha256:ab71b9da5ba19445dc5bb76bf99c218941db2c4d70ff4de4e0d9ec90920bfe3f
environment:
NODE_OPTIONS: '--openssl-legacy-provider'
commands:
@ -57,6 +57,6 @@ steps:
recursive: true
---
kind: signature
hmac: bff9a0410711b80204511a00c2e848a169494f90e14a8ffcaffa8a3e1840e2ad
hmac: ab9624949806a9cebd4591e1daac48755b526f8f2d60caef61ffef88e888d1c5
...