diff options
author | mhkhung <mhkhung@gmail.com> | 2022-11-30 03:56:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-30 09:56:27 +0100 |
commit | 1122697b375da82cbb156b73eb1015ae066fc6ee (patch) | |
tree | ff00c849d2408644628f965432a2c241189c66fc | |
parent | 2d4d99f13559490831f3123e39fcbc7ece2e345a (diff) |
3.0.5 version of cimg/ruby:3.0-node upgraded to node 18 (#21873)
Node 18 caused build to fail
-rw-r--r-- | .circleci/config.yml | 4 |
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: |