Skip to content

Commit

Permalink
Set NODE_OPTIONS=--openssl-legacy-provider
Browse files Browse the repository at this point in the history
  • Loading branch information
takano32 committed Oct 17, 2023
1 parent a229600 commit 77c4e42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.10
- name: Set NODE_OPTIONS environment variable
run: echo "NODE_OPTIONS=--openssl-legacy-provider" >> $GITHUB_ENV
- name: Build and test with Rake
run: |
gem install bundler
Expand Down

0 comments on commit 77c4e42

Please sign in to comment.