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/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Build packages
run: |
npm ci --omit=optional
npm ci
npm run build --ws

- name: Git commit and push
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
node-version: 24.x

- name: Install dependencies
run: npm ci --omit=optional
run: npm ci

- name: Run tests
run: npm run test:ci
Expand Down
300 changes: 146 additions & 154 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/modules/couchbase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"testcontainers": "^11.0.0"
},
"devDependencies": {
"couchbase": "4.4.6"
"couchbase": "^4.4.5"
}
}
Loading