From 2967dd577bc3994c09a263f827c2761031576aca Mon Sep 17 00:00:00 2001 From: Dante Soares Date: Wed, 9 Aug 2023 15:39:20 -0500 Subject: [PATCH] Fix migrations GH action --- .github/workflows/migrations.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/migrations.yml b/.github/workflows/migrations.yml index cadc279493..1cd45738fe 100644 --- a/.github/workflows/migrations.yml +++ b/.github/workflows/migrations.yml @@ -58,6 +58,7 @@ jobs: - name: Install gems from base commit and create data to be migrated env: + NODE_OPTIONS: --openssl-legacy-provider OXT_DB_USER: postgres OXT_DB_PASS: postgres run: |