Skip to content

Commit

Permalink
add NODE_OPTIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Dec 25, 2023
1 parent 90ad0cd commit 2a174ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ ENJU_LEAF_EXTRACT_FILESIZE_LIMIT=2097152

CANTALOUPE_BASE_URI=http://cantaloupe:8182

NODE_OPTIONS=--openssl-legacy-provider

no_proxy=localhost,webpacker,minio,solr,tika
NO_PROXY=${no_proxy}

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
POSTGRES_USER: rails
POSTGRES_PASSWORD: password
CC_TEST_REPORTER_ID: c193cb8ea058a7d62fd62d6d05adaaf95f6bdf882c1039500b30b54494a36e52
NODE_OPTIONS: --openssl-legacy-provider
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 2a174ef

Please sign in to comment.