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

Quick fix for an NPM regression/issue #838

Merged
merged 2 commits into from
Jun 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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