3.0.5 version of cimg/ruby:3.0-node upgraded to node 18 (#21873)

Node 18 caused build to fail
This commit is contained in:
mhkhung 2022-11-30 03:56:27 -05:00 committed by GitHub
parent 2d4d99f135
commit 1122697b37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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: