about summary refs log tree commit diff
path: root/.circleci
diff options
context:
space:
mode:
authormhkhung <mhkhung@gmail.com>2022-11-30 03:56:27 -0500
committerGitHub <noreply@github.com>2022-11-30 09:56:27 +0100
commit1122697b375da82cbb156b73eb1015ae066fc6ee (patch)
treeff00c849d2408644628f965432a2c241189c66fc /.circleci
parent2d4d99f13559490831f3123e39fcbc7ece2e345a (diff)
3.0.5 version of cimg/ruby:3.0-node upgraded to node 18 (#21873)
Node 18 caused build to fail
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 2a60ae684..bddfd2d27 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -68,7 +68,9 @@ jobs:
           cache-version: v1
           pkg-manager: yarn
       - run:
-          command: ./bin/rails assets:precompile
+          command: |
+            export NODE_OPTIONS=--openssl-legacy-provider
+            ./bin/rails assets:precompile
           name: Precompile assets
       - persist_to_workspace:
           paths: