chore: tooling (#2040)

* chore: only run release action if we have a tag

* chore: typescript 6 is out of beta

* chore: update flaky test

* chore: update pnpm

* chore: update playwright and node types

* chore: migrate tsup to tsdown

* chore: update node to node 22.22.2(LTS)

* chore: fix lockfile

---------

Co-authored-by: alex-Arc <omnivox@LAPTOP-RC5SNBVV.localdomain>
This commit is contained in:
Alex Christoffer Rasmussen
2026-03-27 19:31:41 +01:00
committed by GitHub
parent 3a0df0b491
commit c7d8b137ca
9 changed files with 1016 additions and 1832 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ test.describe('Sharing from cuesheet', () => {
await expect(page.getByTestId('cuesheet-event').locator('input')).toBeHidden();
// other elements are still there
await expect(page.getByRole('cell', { name: 'Duration' })).toBeVisible();
await expect(page.getByTestId('cuesheet-cell-duration')).toBeVisible();
});
test('Sharing a link with scoped read-write permissions', async ({ page }, testInfo) => {