File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 1414 matrix :
1515 os : [macos-latest, windows-latest]
1616 node-version : [22.x]
17+ version : [latest, legacy]
1718
1819 steps :
1920 - uses : actions/checkout@v3
2526 node-version : ${{ matrix.node-version }}
2627 cache : pnpm
2728
29+ - name : vitest 3.2
30+ run : node ./scripts/lower-vitest-version.js
31+ if : ${{ contains(matrix.version, 'legacy') }}
32+ - run : pnpm install --no-frozen-lockfile
33+ if : ${{ contains(matrix.version, 'legacy') }}
34+
2835 - run : pnpm install --frozen-lockfile
36+ if : ${{ contains(matrix.version, 'latest') }}
37+
2938 - run : pnpm build
3039 - run : pnpm typecheck
3140 - run : pnpm lint
3746 - name : test-e2e
3847 run : pnpm test-e2e --retry 2
3948
40- - name : vitest 3.2
41- run : node ./scripts/lower-vitest-version.js
42- - run : pnpm install --no-frozen-lockfile
43-
44- - name : test-e2e-legacy
45- run : pnpm test-e2e --retry 2
46-
4749 - uses : actions/upload-artifact@v4
4850 if : always()
4951 with :
You can’t perform that action at this time.
0 commit comments