We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6facfe commit 06f9758Copy full SHA for 06f9758
.github/workflows/encryption-tests.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- name: Install mongodb-client-encryption
22
- uses: mongodb-js/mongodb-client-encryption@v6.1.0
+ run: npm install mongodb-client-encryption
23
24
run-tests:
25
needs:
0 commit comments