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 9ae9596 commit 98d8f12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js-eol-20140731.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
#- run: sudo apt-get install -y socat
#- run: sudo apt-get install -y stunnel
#- run: stunnel etc/stunnel.conf
- run: sudo apt-get install -y stunnel
- run: stunnel etc/stunnel.conf
#- run: which socat
#- run: socat TCP-LISTEN:8080,fork,reuseaddr ssl:registry.npmjs.org:443 &

#- run: export NODE_TLS_REJECT_UNAUTHORIZED=0
- run: npm config set registry="http://registry.npmjs.org/"
#- run: npm config set registry="http://registry.npmjs.org/"
#- run: npm config set strict-ssl false
- run: npm config set http-proxy http://localhost:8080
- run: npm config set https-proxy http://localhost:8080
Expand Down

0 comments on commit 98d8f12

Please sign in to comment.