Skip to content

Commit

Permalink
restore npm<7 behavior
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Pickering <[email protected]>
  • Loading branch information
alexvpickering committed Dec 3, 2024
1 parent 27883dd commit e3f417b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
echo "NPM version: $(npm --version)"
git config --global url."https://".insteadOf ssh://
npm ci
npm ci --legacy-peer-deps
- id: test
name: Run unit tests
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
echo "NPM version: $(npm --version)"
git config --global url."https://".insteadOf ssh://
npm ci
npm ci --legacy-peer-deps
- id: next-cache-seek
name: Look up the Next.js build cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nextjs_bundle_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
echo "NPM version: $(npm --version)"
git config --global url."https://".insteadOf ssh://
npm ci
npm ci --legacy-peer-deps
- name: Restore next build
uses: actions/cache@v2
Expand Down

0 comments on commit e3f417b

Please sign in to comment.