mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 14:42:03 +03:00
96d3692b35
Operating System Ubuntu 24.04.1 LTS Github ubuntu-latest now points to 24.04.1 https://github.com/actions/runner-images/issues/10636#issuecomment-2377530635 related possible fix https://github.com/electron/electron/issues/17972#issuecomment-487369441
17 lines
391 B
JSON
17 lines
391 B
JSON
{
|
|
"name": "@affine-test/affine-desktop",
|
|
"private": true,
|
|
"scripts": {
|
|
"e2e": "DEBUG=pw:browser yarn playwright test"
|
|
},
|
|
"devDependencies": {
|
|
"@affine-test/kit": "workspace:*",
|
|
"@affine/electron-api": "workspace:*",
|
|
"@playwright/test": "=1.47.2",
|
|
"@types/fs-extra": "^11.0.4",
|
|
"fs-extra": "^11.2.0",
|
|
"playwright": "=1.47.2"
|
|
},
|
|
"version": "0.17.0"
|
|
}
|