Skip to content

Commit

Permalink
Modify workflow config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Nov 17, 2024
1 parent 7cd882c commit 41840be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stunnel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
- run: sudo apt-get install -y stunnel
- run: stunnel etc/stunnel.conf
- run: npm config set registry="http://registry.npmjs.org/"
- run: npm config set proxy http://localhost:8086
- run: npm config set proxy http://localhost:8080
- run: npm install
- run: npm test
2 changes: 1 addition & 1 deletion etc/stunnel.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ pid =

[remote]
client = yes
accept = 8086
accept = 8080
connect = registry.npmjs.org:443
sslVersion = all

0 comments on commit 41840be

Please sign in to comment.