mongodb-atlas-api-client 3.10.0 → 3.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -31,8 +31,8 @@ jobs:
|
|
|
31
31
|
node-version: 14
|
|
32
32
|
registry-url: https://registry.npmjs.org/
|
|
33
33
|
- run: npm update
|
|
34
|
-
- run: npm audit fix
|
|
35
34
|
- run: npm install
|
|
35
|
+
- run: npm audit fix
|
|
36
36
|
- run: npm test
|
|
37
37
|
- run: git config --global user.email "montumodi@gmail.com"
|
|
38
38
|
- run: git config --global user.name "Ashish Modi"
|