From 12fdbfbda9fbbf162bf062fcba2a32e571662b11 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Sat, 18 Feb 2023 21:11:12 +0100 Subject: [PATCH] Remove unused NODE_OPTIONS from CI --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db16b88a..6aed11af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,6 @@ jobs: env: RAILS_ENV: test CC_TEST_REPORTER_ID: true - NODE_OPTIONS: --openssl-legacy-provider run: bundle exec rspec --color --format RSpec::Github::Formatter --format progress --require spec_helper --require rails_helper - name: Send coverage to CodeClimate