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 99430fb commit 5f9e983Copy full SHA for 5f9e983
.github/workflows/node.js.yml
@@ -58,8 +58,9 @@ jobs:
58
59
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
60
with:
61
- node-version: 24
+ node-version: '24.x'
62
check-latest: true
63
+ registry-url: 'https://registry.npmjs.org'
64
- run: npm ci
65
- run: npm test
66
- run: npm publish --access public
package.json
@@ -13,7 +13,7 @@
13
},
14
"repository": {
15
"type": "git",
16
- "url": "git@github.com:mia-platform/mongodb-healthchecker.git"
+ "url": "git+https://github.com/mia-platform/mongodb-healthchecker.git"
17
18
"keywords": [
19
"MongoDB",
0 commit comments