We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54217a6 commit 90bb3ddCopy full SHA for 90bb3dd
.github/workflows/release.yml
@@ -56,7 +56,7 @@ jobs:
56
npm install --no-save svelte@${SVELTE_VERSION} @sveltejs/vite-plugin-svelte@${VITE_PLUGIN_VERSION}
57
env:
58
SVELTE_VERSION: ${{ matrix.svelte }}
59
- VITE_PLUGIN_VERSION: ${{ matrix.svelte == '5' && '4' || '3' }}
+ VITE_PLUGIN_VERSION: ${{ matrix.svelte == '5' && '4' || matrix.svelte == '4' && '3' || '2' }}
60
61
- name: ▶️ Run ${{ matrix.check }}
62
run: npm run ${{ matrix.check }}
0 commit comments