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 303b61e commit 535b11b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/node.js-eol-20140731.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
matrix:
node-version: [ 0.8.x ]

# https://github.com/npm/npm/issues/20191

steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -38,5 +40,7 @@ jobs:
- run: which npm
- run: ls /opt/hostedtoolcache/node/0.8.28/x64/lib/node_modules/npm/lib
- run: ls /opt/hostedtoolcache/node/0.8.28/x64/lib/node_modules/npm/node_modules
- run: ls /opt/hostedtoolcache/node/0.8.28/x64/lib/node_modules/npm/node_modules/npmconf
- run: cat /opt/hostedtoolcache/node/0.8.28/x64/lib/node_modules/npm/node_modules/npmconf/config-defs.js
- run: NODE_TLS_REJECT_UNAUTHORIZED=0 npm install
- run: npm test

0 comments on commit 535b11b

Please sign in to comment.