Skip to content

Commit

Permalink
Potentially fix fastOpt issue with webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
aborg0 committed Nov 29, 2023
1 parent 720f399 commit 585248e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Run tests
run: sbt test
- name: fastOptJS
run: sbt oeisSeriesJS/fastOptJS::webpack
run: NODE_OPTIONS=--openssl-legacy-provider sbt oeisSeriesJS/fastOptJS::webpack
- name: Copy to public
run: |
mkdir -p public/src/test/html
Expand Down

0 comments on commit 585248e

Please sign in to comment.