Skip to content

Commit a629566

Browse files
committed
fix: update package.json and raise node.js version in the workflow
1 parent 6dc41b1 commit a629566

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/beta-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
ref: ${{ github.head_ref }}
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: '20.x'
19+
node-version: '24.x'
2020
registry-url: 'https://registry.npmjs.org'
2121
cache: 'yarn'
2222

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@
2222
"license": "MIT",
2323
"private": false,
2424
"author": "ReactTooltip",
25-
"repository": "https://github.com/ReactTooltip/react-tooltip",
25+
"repository": {
26+
"type": "git",
27+
"url": "git+https://github.com/ReactTooltip/react-tooltip.git"
28+
},
2629
"keywords": [
2730
"react",
2831
"react-component",

0 commit comments

Comments
 (0)