From 3302bf37df598e16404c50e3029b34e66d090c8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alo=C3=AFs=20Guillop=C3=A9?= Date: Thu, 15 Feb 2024 14:30:49 +0100 Subject: [PATCH] Update build.yml, use openssl-legacy-provider for node https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6c5a232..1698c79 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,6 +27,7 @@ jobs: - name: Install JS dependencies working-directory: ./themes/coopcycle run: | + export NODE_OPTIONS=--openssl-legacy-provider npm ci npm run build npm prune