Skip to content

Commit

Permalink
fixup: Svelte 3 vite plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous committed Oct 21, 2024
1 parent 54217a6 commit 90bb3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
npm install --no-save svelte@${SVELTE_VERSION} @sveltejs/vite-plugin-svelte@${VITE_PLUGIN_VERSION}
env:
SVELTE_VERSION: ${{ matrix.svelte }}
VITE_PLUGIN_VERSION: ${{ matrix.svelte == '5' && '4' || '3' }}
VITE_PLUGIN_VERSION: ${{ matrix.svelte == '5' && '4' || matrix.svelte == '4' && '3' || '2' }}

- name: ▶️ Run ${{ matrix.check }}
run: npm run ${{ matrix.check }}
Expand Down

0 comments on commit 90bb3dd

Please sign in to comment.