chore: add no floating promises lint rule (#4249)

* chore: add no floating promises lint rule

* minor cleanup

* fix test by only running if node 22 or greater

---------

Co-authored-by: Iain Sproat <68657+iainsproat@users.noreply.github.com>
This commit is contained in:
Kristaps Fabians Geikins
2025-03-25 13:36:49 +02:00
committed by GitHub
parent 4371945b71
commit f76a2c34d3
16 changed files with 154 additions and 148 deletions
@@ -834,7 +834,7 @@ describe('Workspaces GQL CRUD', () => {
authorId: ''
}
createTestCommit(testVersion, {
await createTestCommit(testVersion, {
owner: testAdminUser,
stream: workspaceProject
})