From fd16b711d8405b64dafc0dfb302302237b9a5620 Mon Sep 17 00:00:00 2001 From: Sebastian Beltran Date: Sat, 1 Feb 2025 18:47:08 -0500 Subject: [PATCH] openssl npm --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf20145..d89152e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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