Use Yarn production install for asset compile (#24232)
This commit is contained in:
parent
b46125224c
commit
e7e189fa44
2 changed files with 2 additions and 2 deletions
2
.github/workflows/test-ruby.yml
vendored
2
.github/workflows/test-ruby.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
|||
ruby-version: .ruby-version
|
||||
bundler-cache: true
|
||||
|
||||
- run: yarn install --frozen-lockfile
|
||||
- run: yarn --frozen-lockfile --production
|
||||
- name: Precompile assets
|
||||
# Previously had set this, but it's not supported
|
||||
# export NODE_OPTIONS=--openssl-legacy-provider
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue