Skip to content

Commit 15cd1ec

Browse files
committed
chore: lint
1 parent e59d19f commit 15cd1ec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/nodejs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- 18.x
1414
- 20.x
1515
- 22.x
16+
- 23.x
1617
steps:
1718
- uses: actions/checkout@v4
1819
- uses: oven-sh/setup-bun@v1

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"homepage": "http://github.com/coderaiser/readify",
88
"repository": {
99
"type": "git",
10-
"url": "git://github.com/coderaiser/readify.git"
10+
"url": "git+https://github.com/coderaiser/readify.git"
1111
},
1212
"scripts": {
1313
"lint": "madrun lint",

0 commit comments

Comments
 (0)