diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 379689a0..3dc67a5f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,6 +25,7 @@ jobs: - name: npm install, build, and test run: | + export NODE_OPTIONS=--openssl-legacy-provider npm install npm run test -- --coverage --watchAll=false