Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #838 from zowe/quick-ghw-fix2
Browse files Browse the repository at this point in the history
Quick fix for an NPM regression/issue
  • Loading branch information
t1m0thyj committed Jun 8, 2022
2 parents 0c0459d + 1f7ef5b commit 7cc77f5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/imperative.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [14.x, 16.x, 18.x]
# Temporary workaround for regression in npm@8.11 and newer
# node-version: [14.x, 16.x, 18.x]
node-version: [14.x, 16.15.0, 18.2.0]
os: [windows-latest, ubuntu-latest, macos-latest]

env:
Expand All @@ -35,10 +37,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

# Temporary workaround for an npm regression
- name: Use npm v8.12.1
run: npm i -g npm@8.12.1

- name: Install Dependencies
run: npm ci

Expand Down

0 comments on commit 7cc77f5

Please sign in to comment.