Skip to content

Commit

Permalink
build: pin npm to 8.5.x in release.yml (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz authored Jun 28, 2022
1 parent b38476e commit 7c9ace2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
with:
node-version: "${{ env.NODE_VER }}"

# This is a temporary "hack" to unblock CI/releases, as ideally we should avoid needing to pin NPM to a specific minor version. By doing
# so, we are basically deferring clean up of peer dependencies to a later time. See https://github.com/npm/cli/issues/4664 for more details.
- name: Pin NPM version
run: npm install -g [email protected]

- name: Install dependencies
run: npm ci

Expand Down

0 comments on commit 7c9ace2

Please sign in to comment.