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/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
ci:
uses: btravstack/tools/.github/workflows/ci-reusable.yml@workflows-v1
with:
node-versions: '["", "22.19"]'
node-versions: '["", "22.23.2"]'
31 changes: 16 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ catalog:
# @unthrown/standard-schema — an exact pin would block dedupe with a
# consumer's own copy of the (types-only) spec package.
"@standard-schema/spec": ^1.1.0
"@testcontainers/postgresql": 12.0.4
"@testcontainers/postgresql": 12.1.0
"@types/node": 26.2.0
# 8.20.1/8.20.2/8.20.3 are all within the minimumReleaseAge window as of
# pinning; 8.20.0 is the newest release past it.
Expand Down
Loading