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 ed90c90 commit 6e7a144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js-eol-20190430.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm config set registry="http://registry.npmjs.org/"
- run: npm config set strict-ssl false
- run: npm conf set registry="http://registry.npmjs.org/"
- run: npm conf set strict-ssl false
- run: npm cache clean
- run: npm install
- run: npm test

0 comments on commit 6e7a144

Please sign in to comment.