Skip to content

Commit fd16b71

Browse files
committed
openssl npm
1 parent 651fbff commit fd16b71

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,14 +161,12 @@ jobs:
161161
with:
162162
node-version: ${{ matrix.node-version }}
163163

164-
- name OpenSSL npm
165-
run: npm install -g npm@latest
166-
167164
- name: Npm version fixes
168165
if: ${{matrix.npm-version != ''}}
169166
run: npm install -g ${{ matrix.npm-version }}
170167

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

0 commit comments

Comments
 (0)