diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index d0fa3754..44d743f0 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -26,8 +26,8 @@ jobs: - name: Setup node uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # pin@v6.3.0 with: - node-version: '22' # matches .nvmrc - registry-url: https://registry.npmjs.org + node-version: '24' + registry-url: 'https://registry.npmjs.org' package-manager-cache: false # never use caching in release builds - name: Install dependencies diff --git a/package.json b/package.json index f46d3c00..862a8179 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "Apache-2.0", "repository": { "type": "git", - "url": "https://github.com/immutable/contracts.git" + "url": "git+https://github.com/immutable/contracts.git" }, "homepage": "https://github.com/immutable/contracts", "bugs": {