diff --git a/.drone.yml b/.drone.yml index 7ee997d..8e97145 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 ...