Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit 455d960

Browse files
mhkhungtakayamaki
authored andcommitted
3.0.5 version of cimg/ruby:3.0-node upgraded to node 18 (mastodon#21873)
Node 18 caused build to fail
1 parent 47da0c7 commit 455d960

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ jobs:
6868
cache-version: v1
6969
pkg-manager: yarn
7070
- run:
71-
command: ./bin/rails assets:precompile
71+
command: |
72+
export NODE_OPTIONS=--openssl-legacy-provider
73+
./bin/rails assets:precompile
7274
name: Precompile assets
7375
- persist_to_workspace:
7476
paths:

0 commit comments

Comments
 (0)