Skip to content

Commit

Permalink
openssl npm
Browse files Browse the repository at this point in the history
  • Loading branch information
bjohansebas committed Feb 1, 2025
1 parent 651fbff commit fd16b71
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name OpenSSL npm
run: npm install -g npm@latest

- name: Npm version fixes
if: ${{matrix.npm-version != ''}}
run: npm install -g ${{ matrix.npm-version }}

- name: Configure npm
shell: bash -eo pipefail -l {0}
run: |
if [[ "${{ matrix.node-version }}" == 0.* && "$(cut -d. -f2 <<< "${{ matrix.node-version }}")" -lt 10 ]]; then
npm config set strict-ssl false
Expand Down

0 comments on commit fd16b71

Please sign in to comment.