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 37fd33a commit 829a516Copy full SHA for 829a516
.github/workflows/ci.yml
@@ -113,7 +113,8 @@ jobs:
113
OVERRIDE_DEPRECATION_VERSION: ${{ matrix.OVERRIDE_DEPRECATION_VERSION }}
114
ENABLE_OPTIONAL_FEATURES: ${{ matrix.ENABLE_OPTIONAL_FEATURES }}
115
RAISE_ON_DEPRECATION: ${{ matrix.RAISE_ON_DEPRECATION }}
116
- VITE_STABLE_DECORATORS: ${{ matrix.VITE_STABLE_DECORATORS }} - name: test
+ VITE_STABLE_DECORATORS: ${{ matrix.VITE_STABLE_DECORATORS }}
117
+ - name: test
118
env:
119
ALL_DEPRECATIONS_ENABLED: ${{ matrix.ALL_DEPRECATIONS_ENABLED }}
120
0 commit comments