Skip to content

Commit

Permalink
Update MDX & Astro together
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Dec 5, 2023
1 parent 0c035c3 commit 30de844
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ jobs:
- run: npm i astro@${{ matrix.astro }}
- run: npm i astro@${{ matrix.astro }}
working-directory: packages/astro-auto-import
- run: npm i astro@${{ matrix.astro }}
- run: npm i @astrojs/mdx@${{ env.MDX_VERSION }}
- run: npm i astro@${{ matrix.astro }} @astrojs/mdx@${{ env.MDX_VERSION }}
env:
MDX_VERSION: ${{ matrix.astro == '^2' && '0.19.7' || matrix.astro == '^3' && '^1' || '^2' }}
working-directory: demo
Expand Down

0 comments on commit 30de844

Please sign in to comment.