chore(deps): update transitive deps
This commit is contained in:
parent
b5fceced2c
commit
d593b2e531
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
- name: Test all and generate coverage
|
||||
run: pnpm run vitest:coverage --reporter=github-actions
|
||||
env:
|
||||
REDIS_URL: redis://localhost:${{ job.services.redis.ports[6379] }}/
|
||||
REDIS_URL: redis://localhost:${{ job.services.redis.ports['6379'] }}/
|
||||
- name: Upload coverage to Codecov
|
||||
if: ${{ matrix.node-version == 'lts/*' }}
|
||||
uses: codecov/codecov-action@v5
|
||||
|
|
|
|||
1692
pnpm-lock.yaml
1692
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue