Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/contracts-ecdsa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
# Using fixed version, because 18.16 was sometimes causing issues with
# artifacts generation during `hardhat compile` - see
# https://github.com/NomicFoundation/hardhat/issues/3877
node-version: "18.15.0"
node-version: "24.11.1"

- uses: ./.github/actions/install-yarn-deps
with:
Expand All @@ -81,7 +81,7 @@ jobs:
# Using fixed version, because 18.16 was sometimes causing issues with
# artifacts generation during `hardhat compile` - see
# https://github.com/NomicFoundation/hardhat/issues/3877
node-version: "18.15.0"
node-version: "24.11.1"

- uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
# Using fixed version, because 18.16 was sometimes causing issues with
# artifacts generation during `hardhat compile` - see
# https://github.com/NomicFoundation/hardhat/issues/3877
node-version: "18.15.0"
node-version: "24.11.1"

- uses: ./.github/actions/install-yarn-deps
with:
Expand All @@ -150,7 +150,7 @@ jobs:
# Using fixed version, because 18.16 was sometimes causing issues with
# artifacts generation during `hardhat compile` - see
# https://github.com/NomicFoundation/hardhat/issues/3877
node-version: "18.15.0"
node-version: "24.11.1"

- uses: ./.github/actions/install-yarn-deps
with:
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
# Using fixed version, because 18.16 was sometimes causing issues with
# artifacts generation during `hardhat compile` - see
# https://github.com/NomicFoundation/hardhat/issues/3877
node-version: "18.15.0"
node-version: "24.11.1"
registry-url: "https://registry.npmjs.org"

- uses: ./.github/actions/install-yarn-deps
Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:
# Using fixed version, because 18.16 was sometimes causing issues with
# artifacts generation during `hardhat compile` - see
# https://github.com/NomicFoundation/hardhat/issues/3877
node-version: "18.15.0"
node-version: "24.11.1"
registry-url: "https://registry.npmjs.org"

- uses: ./.github/actions/install-yarn-deps
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/contracts-random-beacon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
# Using fixed version, because 18.16 was sometimes causing issues with
# artifacts generation during `hardhat compile` - see
# https://github.com/NomicFoundation/hardhat/issues/3877
node-version: "18.15.0"
node-version: "24.11.1"

- uses: ./.github/actions/install-yarn-deps
with:
Expand All @@ -81,7 +81,7 @@ jobs:
# Using fixed version, because 18.16 was sometimes causing issues with
# artifacts generation during `hardhat compile` - see
# https://github.com/NomicFoundation/hardhat/issues/3877
node-version: "18.15.0"
node-version: "24.11.1"

- uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
# Using fixed version, because 18.16 was sometimes causing issues with
# artifacts generation during `hardhat compile` - see
# https://github.com/NomicFoundation/hardhat/issues/3877
node-version: "18.15.0"
node-version: "24.11.1"

- uses: ./.github/actions/install-yarn-deps
with:
Expand All @@ -148,7 +148,7 @@ jobs:
# Using fixed version, because 18.16 was sometimes causing issues with
# artifacts generation during `hardhat compile` - see
# https://github.com/NomicFoundation/hardhat/issues/3877
node-version: "18.15.0"
node-version: "24.11.1"

- uses: ./.github/actions/install-yarn-deps
with:
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
# Using fixed version, because 18.16 was sometimes causing issues with
# artifacts generation during `hardhat compile` - see
# https://github.com/NomicFoundation/hardhat/issues/3877
node-version: "18.15.0"
node-version: "24.11.1"
registry-url: "https://registry.npmjs.org"

- uses: ./.github/actions/install-yarn-deps
Expand Down Expand Up @@ -279,7 +279,7 @@ jobs:
# Using fixed version, because 18.16 was sometimes causing issues with
# artifacts generation during `hardhat compile` - see
# https://github.com/NomicFoundation/hardhat/issues/3877
node-version: "18.15.0"
node-version: "24.11.1"
registry-url: "https://registry.npmjs.org"

- uses: ./.github/actions/install-yarn-deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-ecdsa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# Using fixed version, because 18.16 may cause issues with the
# artifacts generation during `hardhat compile` - see
# https://github.com/NomicFoundation/hardhat/issues/3877.
node-version: "18.15.0"
node-version: "24.11.1"
registry-url: "https://registry.npmjs.org"

- uses: ./.github/actions/install-yarn-deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-random-beacon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# Using fixed version, because 18.16 may cause issues with the
# artifacts generation during `hardhat compile` - see
# https://github.com/NomicFoundation/hardhat/issues/3877.
node-version: "18.15.0"
node-version: "24.11.1"
registry-url: "https://registry.npmjs.org"

- uses: ./.github/actions/setup-git-for-yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-solidity-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: "18.15.0"
node-version: "24.11.1"

- uses: ./.github/actions/install-yarn-deps
with:
Expand Down
2 changes: 1 addition & 1 deletion solidity/ecdsa/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:24.11.1-alpine

RUN apk add --update --no-cache \
git \
Expand Down
2 changes: 1 addition & 1 deletion solidity/ecdsa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@threshold-network/solidity-contracts": "1.3.0-dev.14"
},
"engines": {
"node": ">=18.15.0"
"node": ">=24.0.0"
},
"resolutions": {
"ethereumjs-abi": "npm:0.6.8",
Expand Down
2 changes: 1 addition & 1 deletion solidity/random-beacon/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:24.11.1-alpine

RUN apk add --update --no-cache \
git \
Expand Down
2 changes: 1 addition & 1 deletion solidity/random-beacon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"typescript": "^4.4.3"
},
"engines": {
"node": ">=18.15.0"
"node": ">=24.0.0"
},
"resolutions": {
"ethereumjs-abi": "npm:0.6.8"
Expand Down
Loading