Skip to content

Commit

Permalink
refactor(snackager): drop NODE_OPTIONS from workflow to rely on `.e…
Browse files Browse the repository at this point in the history
…nv-cmdrc.js`
  • Loading branch information
byCedric committed Jul 11, 2024
1 parent 98c6992 commit 603a0df
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/snackager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ jobs:

- name: 🧪 Test snackager
run: yarn test --ci --maxWorkers 1
env:
# Enable Webpack 4 with newer Node versions
NODE_OPTIONS: --openssl-legacy-provider

e2e:
# Takes a long time, best to only run this on PRs
Expand All @@ -83,9 +80,6 @@ jobs:

- name: 🧪 Test snackager
run: yarn test:e2e --ci --shard=${{ matrix.shard }}/4
env:
# Enable Webpack 4 with newer Node versions
NODE_OPTIONS: --openssl-legacy-provider

build:
if: ${{ github.event_name == 'pull_request' }}
Expand Down

0 comments on commit 603a0df

Please sign in to comment.