File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 3232 - name : Install Playwright browsers
3333 run : pnpm exec playwright install chromium
3434
35-
36- - name : Check Linux rolldown
37- if : matrix.os == 'ubuntu-latest'
38- run : |
39- node -e "console.log(require('./node_modules/@voidzero-dev/vite-plus/dist/rolldown/shared/rolldown-binding.linux-x64-gnu.node'))"
4035 - name : Check ready
4136 run : |
4237 pnpm ready
8479 env :
8580 NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8681
87- - name : Check rolldown bindings
88- if : matrix.os == 'ubuntu-latest'
89- run : |
90- node -e "console.log(require('/opt/hostedtoolcache/node/24.11.1/x64/lib/node_modules/@voidzero-dev/global/node_modules/@voidzero-dev/vite-plus/dist/rolldown/shared/rolldown-binding.linux-x64-gnu.node'))"
91-
9282 - run : vite --version
9383 - run : vite fmt -c .oxfmtrc.jsonc --check
9484
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ minimumReleaseAgeExclude:
1616 - ' @oxfmt/*'
1717 - ' @oxlint-tsgolint/*'
1818 - ' @oxlint/*'
19+ - ' @oxc-minify/*'
20+ - ' @oxc-parser/*'
21+ - ' @oxc-resolver/*'
22+ - ' @oxc-transform/*'
1923 - ' @oxc-project/*'
2024 - ' @rolldown/*'
2125 - ' @rolldown/pluginutils'
You can’t perform that action at this time.
0 commit comments