We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 537a75d commit 81eaad3Copy full SHA for 81eaad3
2 files changed
.github/workflows/cd.yml
@@ -31,6 +31,9 @@ jobs:
31
node-version: '24'
32
registry-url: 'https://registry.npmjs.org'
33
34
+ - run: npm install -g npm@latest
35
+ if: ${{ steps.release.outputs.release_created }}
36
+
37
- run: npm ci
38
if: ${{ steps.release.outputs.release_created }}
39
package.json
@@ -34,7 +34,7 @@
"homepage": "https://github.com/nwutils/getter",
"repository": {
"type": "git",
- "url": "https://github.com/nwutils/getter.git"
+ "url": "git+https://github.com/nwutils/getter.git"
},
"scripts": {
40
"test": "node --test --experimental-test-coverage --test-coverage-exclude=\"tests/**/*\" \"tests/specs/*.test.js\""
0 commit comments