robonen
9d78f63e56
ci: install Playwright Chromium before running tests
...
vue/primitives runs vitest in browser mode (instances: chromium), so 'pnpm test' launches Playwright Chromium — which the CI runner doesn't have, failing the run after all 3320 tests pass. Add 'playwright install --with-deps chromium' before the test step in both CI and publish workflows.
2026-06-08 16:39:18 +07:00
robonen
27f7a0f00e
fix(docs): update NODE_VERSION to 24.x in CI and publish workflows
2026-06-08 16:11:27 +07:00
renovate[bot]
49d70f1f39
chore(deps): update pnpm/action-setup action to v5
2026-03-17 13:32:12 +00:00
renovate[bot]
7541e6aad4
chore(deps): update actions/checkout action to v6
2026-01-04 01:09:12 +00:00
renovate[bot]
e2cb3f5a75
chore(deps): update actions/setup-node action to v6
2025-10-14 05:25:23 +00:00
renovate[bot]
876a815fd3
chore(deps): update actions/setup-node action to v5
2025-09-06 12:35:00 +00:00
renovate[bot]
ac265c05a8
chore(deps): update actions/checkout action to v5
2025-08-14 21:44:00 +00:00
robonen
968cf26fd0
refactor: simplify version check logic in publish workflow
2025-05-19 17:49:57 +07:00
robonen
4d6922e06a
fix: update CI and publish workflows to use correct build and test commands
2025-05-19 04:36:39 +07:00
robonen
40d8194134
ci: add private packages checking in publish action
2025-05-11 15:10:46 +07:00
robonen
7c1d801c8e
build: fix publish script, bump stdlib 0.0.6 and vue 0.0.7
2025-05-09 22:31:02 +07:00