Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: pnpm install --frozen-lockfile

- name: test
run: pnpm test -- --watch=false --browsers=ChromeHeadless
run: pnpm test --watch=false --browsers=ChromeHeadless

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/verify-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: pnpm install --frozen-lockfile

- name: test
run: pnpm test -- --watch=false --browsers=ChromeHeadless
run: pnpm test --watch=false --browsers=ChromeHeadless

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
Expand All @@ -85,7 +85,7 @@ jobs:
run: pnpm install --frozen-lockfile

- name: test
run: pnpm test -- --watch=false --browsers=FirefoxHeadless
run: pnpm test --watch=false --browsers=FirefoxHeadless

test-safari:
runs-on: macos-14
Expand All @@ -104,7 +104,7 @@ jobs:
run: pnpm install --frozen-lockfile

- name: test
run: pnpm test -- --watch=false --browsers=SafariNative
run: pnpm test --watch=false --browsers=SafariNative

prettier:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@
"typescript": "~5.7.0",
"typescript-eslint": "^8.0.0"
},
"packageManager": "pnpm@9.15.5"
"packageManager": "pnpm@10.2.0"
}
Loading