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