Skip to content

Commit

Permalink
text ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joshfarrant committed Oct 24, 2024
1 parent 4b54fcb commit 7dd4bcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration_test_nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: cd ./packages/react && npm pack

- name: Configuring Next.js
run: yes | npx create-next-app@latest ${{env.NEXTJS_FOLDER}} --typescript
run: yes | npx https://www.figma.com/design/BJ95AjraesmRCWsKA013GS/branch/9CEUShb0wiFWbpQYpQMdpk/Primer-Brand?node-id=15397-35&node-type=canvas&t=DEcuCT9yVFeK8Aua-0@latest ${{env.NEXTJS_FOLDER}} --typescript

- name: Retrieving package version
id: package-version
Expand All @@ -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 7dd4bcb

Please sign in to comment.