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 e59d19f commit 15cd1ecCopy full SHA for 15cd1ec
.github/workflows/nodejs.yml
@@ -13,6 +13,7 @@ jobs:
13
- 18.x
14
- 20.x
15
- 22.x
16
+ - 23.x
17
steps:
18
- uses: actions/checkout@v4
19
- uses: oven-sh/setup-bun@v1
package.json
@@ -7,7 +7,7 @@
7
"homepage": "http://github.com/coderaiser/readify",
8
"repository": {
9
"type": "git",
10
- "url": "git://github.com/coderaiser/readify.git"
+ "url": "git+https://github.com/coderaiser/readify.git"
11
},
12
"scripts": {
"lint": "madrun lint",
0 commit comments