1
0
Fork 1
forked from fedi/mastodon

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 talon
parent 441722afc9
commit 65998cb2ec

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: