See https://github.com/webpack/webpack/issues/14532
This commit is contained in:
parent
520ab5f438
commit
99441de1ad
@ -18,6 +18,8 @@ steps:
|
|||||||
- npm run lint
|
- npm run lint
|
||||||
- name: build
|
- name: build
|
||||||
image: node:18
|
image: node:18
|
||||||
|
environment:
|
||||||
|
NODE_OPTIONS: '--openssl-legacy-provider'
|
||||||
commands:
|
commands:
|
||||||
- npm run build
|
- npm run build
|
||||||
|
|
||||||
@ -35,11 +37,13 @@ trigger:
|
|||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: node:18
|
image: node:18
|
||||||
|
environment:
|
||||||
|
NODE_OPTIONS: '--openssl-legacy-provider'
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 6154618a4e25c2da0b4f8b39783abc0ab77b40fabab8f714d89438c21ffd6790
|
hmac: 1379c171ca346c7f99acfcf60800ce1776d2341b34a1023c5862b79b13606703
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user