Skip to content

Commit 2201c69

Browse files
authored
Use supported node and npm version (#304)
* Update to support node and npm Run npm pkg fix * Restore registry-url
1 parent d32dcac commit 2201c69

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- name: Setup node
2727
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # pin@v6.3.0
2828
with:
29-
node-version: '22' # matches .nvmrc
30-
registry-url: https://registry.npmjs.org
29+
node-version: '24'
30+
registry-url: 'https://registry.npmjs.org'
3131
package-manager-cache: false # never use caching in release builds
3232

3333
- name: Install dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "Apache-2.0",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/immutable/contracts.git"
9+
"url": "git+https://github.com/immutable/contracts.git"
1010
},
1111
"homepage": "https://github.com/immutable/contracts",
1212
"bugs": {

0 commit comments

Comments
 (0)