Skip to content

Commit

Permalink
Update workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Nov 16, 2024
1 parent 9c9d7bf commit bfcf885
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/stunnel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
#- run: curl http://registry.npmjs.org/passport-strategy --proxy http://127.0.0.1:8086
#- run: curl -vLk https://registry.npmjs.org/passport-strategy --proxy-insecure https://127.0.0.1:8086
#- run: npm config set registry="http://registry.npmjs.org/"
- run: npm config set proxy http://localhost:8086
- run: npm config set http-proxy http://localhost:8086
- run: npm config set https-proxy http://localhost:8086
- run: npm config set strict-ssl false
Expand Down

0 comments on commit bfcf885

Please sign in to comment.