Skip to content

Commit

Permalink
Update workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Nov 15, 2024
1 parent 272bd02 commit 5d305bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node.js-eol-20140731.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
build:

runs-on: ubuntu-20.04
runs-on: ubuntu-latest

strategy:
matrix:
Expand All @@ -34,6 +34,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: apt install socat
- run: which socat
#- run: export NODE_TLS_REJECT_UNAUTHORIZED=0
#- run: npm conf set registry="http://registry.npmjs.org/"
Expand Down

0 comments on commit 5d305bf

Please sign in to comment.