diff --git a/.github/workflows/publish_to_npm.yaml b/.github/workflows/publish_to_npm.yaml index 93fdd6f..128b6b7 100644 --- a/.github/workflows/publish_to_npm.yaml +++ b/.github/workflows/publish_to_npm.yaml @@ -286,9 +286,10 @@ jobs: - name: Setup node uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 24 check-latest: true cache: yarn + registry-url: 'https://registry.npmjs.org' - name: Install dependencies run: yarn install - name: Download all artifacts diff --git a/npm/darwin-arm64/package.json b/npm/darwin-arm64/package.json index 136849f..886fcc5 100644 --- a/npm/darwin-arm64/package.json +++ b/npm/darwin-arm64/package.json @@ -15,5 +15,9 @@ }, "os": [ "darwin" - ] -} \ No newline at end of file + ], + "repository": { + "type": "git", + "url": "https://github.com/enviodev/hypersync-client-node" + } +} diff --git a/npm/darwin-x64/package.json b/npm/darwin-x64/package.json index d0573b4..8dfcefd 100644 --- a/npm/darwin-x64/package.json +++ b/npm/darwin-x64/package.json @@ -15,5 +15,9 @@ }, "os": [ "darwin" - ] -} \ No newline at end of file + ], + "repository": { + "type": "git", + "url": "https://github.com/enviodev/hypersync-client-node" + } +} diff --git a/npm/linux-arm64-gnu/package.json b/npm/linux-arm64-gnu/package.json index 364c11f..89a9941 100644 --- a/npm/linux-arm64-gnu/package.json +++ b/npm/linux-arm64-gnu/package.json @@ -18,5 +18,9 @@ ], "libc": [ "glibc" - ] -} \ No newline at end of file + ], + "repository": { + "type": "git", + "url": "https://github.com/enviodev/hypersync-client-node" + } +} diff --git a/npm/linux-x64-gnu/package.json b/npm/linux-x64-gnu/package.json index e9aaa87..7bbef3d 100644 --- a/npm/linux-x64-gnu/package.json +++ b/npm/linux-x64-gnu/package.json @@ -18,5 +18,9 @@ ], "libc": [ "glibc" - ] -} \ No newline at end of file + ], + "repository": { + "type": "git", + "url": "https://github.com/enviodev/hypersync-client-node" + } +} diff --git a/npm/linux-x64-musl/package.json b/npm/linux-x64-musl/package.json index e3d5e2b..e5b6c8f 100644 --- a/npm/linux-x64-musl/package.json +++ b/npm/linux-x64-musl/package.json @@ -18,5 +18,9 @@ ], "libc": [ "musl" - ] -} \ No newline at end of file + ], + "repository": { + "type": "git", + "url": "https://github.com/enviodev/hypersync-client-node" + } +} diff --git a/package.json b/package.json index 36e53d6..24a204a 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,10 @@ "x86_64-apple-darwin" ] }, + "repository": { + "type": "git", + "url": "https://github.com/enviodev/hypersync-client-node" + }, "license": "MIT", "devDependencies": { "@napi-rs/cli": "3.5.0",