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 d32dcac commit 2201c69Copy full SHA for 2201c69
2 files changed
.github/workflows/publish.yaml
@@ -26,8 +26,8 @@ jobs:
26
- name: Setup node
27
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # pin@v6.3.0
28
with:
29
- node-version: '22' # matches .nvmrc
30
- registry-url: https://registry.npmjs.org
+ node-version: '24'
+ registry-url: 'https://registry.npmjs.org'
31
package-manager-cache: false # never use caching in release builds
32
33
- name: Install dependencies
package.json
@@ -6,7 +6,7 @@
6
"license": "Apache-2.0",
7
"repository": {
8
"type": "git",
9
- "url": "https://github.com/immutable/contracts.git"
+ "url": "git+https://github.com/immutable/contracts.git"
10
},
11
"homepage": "https://github.com/immutable/contracts",
12
"bugs": {
0 commit comments