From a4f1e3b24933b57d471848a7587df9a8d62e2d3a Mon Sep 17 00:00:00 2001 From: Edie Lemoine Date: Wed, 11 Sep 2024 14:26:45 +0200 Subject: [PATCH] ci: remove disallowed node flag from build --- .github/actions/build-v5/action.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/actions/build-v5/action.yml b/.github/actions/build-v5/action.yml index c42628ed..36980912 100644 --- a/.github/actions/build-v5/action.yml +++ b/.github/actions/build-v5/action.yml @@ -18,5 +18,3 @@ runs: if: steps.cache-build.outputs.cache-hit != 'true' run: yarn build shell: bash - env: - NODE_OPTIONS: --openssl-legacy-provider