Skip to content

Commit

Permalink
add legacy provider
Browse files Browse the repository at this point in the history
  • Loading branch information
cameroncaci committed Oct 15, 2024
1 parent 3c6bd77 commit 4073f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Build
run: |
if [ "${{ matrix.node-version }}" == "18.x" ]; then
if [ "${{ matrix.node-version }}" == "20.x" ]; then
export NODE_OPTIONS=--openssl-legacy-provider
fi
npm install
Expand Down

0 comments on commit 4073f7c

Please sign in to comment.