Skip to content

Commit 90bb3dd

Browse files
committed
fixup: Svelte 3 vite plugin
1 parent 54217a6 commit 90bb3dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
npm install --no-save svelte@${SVELTE_VERSION} @sveltejs/vite-plugin-svelte@${VITE_PLUGIN_VERSION}
5757
env:
5858
SVELTE_VERSION: ${{ matrix.svelte }}
59-
VITE_PLUGIN_VERSION: ${{ matrix.svelte == '5' && '4' || '3' }}
59+
VITE_PLUGIN_VERSION: ${{ matrix.svelte == '5' && '4' || matrix.svelte == '4' && '3' || '2' }}
6060

6161
- name: ▶️ Run ${{ matrix.check }}
6262
run: npm run ${{ matrix.check }}

0 commit comments

Comments
 (0)