Skip to content

Commit

Permalink
Fix next.js integration test (#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
rezrah authored Oct 29, 2024
1 parent 4726900 commit b596487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_test_nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: |
cd ${{env.NEXTJS_FOLDER}}
cp ../packages/react/primer-react-brand-${{ steps.package-version.outputs.current-version}}.tgz ./
npm install primer-react-brand-${{ steps.package-version.outputs.current-version}}.tgz
npm install primer-react-brand-${{ steps.package-version.outputs.current-version}}.tgz --legacy-peer-deps
- name: Prefer ESM imports
run: |
Expand Down

0 comments on commit b596487

Please sign in to comment.