Skip to content
Snippets Groups Projects
Unverified Commit 1122697b authored by mhkhung's avatar mhkhung Committed by GitHub
Browse files

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

Node 18 caused build to fail
parent 2d4d99f1
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment