Skip to content

Commit b7f6f5c

Browse files
Update other major updates
1 parent 36dd1eb commit b7f6f5c

File tree

3 files changed

+467
-532
lines changed

3 files changed

+467
-532
lines changed

.github/workflows/continuous-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: pnpm/action-setup@v3
3434

3535
- name: Set up Node
36-
uses: actions/setup-node@v5
36+
uses: actions/setup-node@v6
3737
with:
3838
node-version: '20.17.0'
3939
cache: 'pnpm'
@@ -71,7 +71,7 @@ jobs:
7171
uses: pnpm/action-setup@v3
7272

7373
- name: Set up Node
74-
uses: actions/setup-node@v5
74+
uses: actions/setup-node@v6
7575
with:
7676
node-version: '20.17.0'
7777
cache: 'pnpm'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"eslint": "8.57.1",
6464
"ethers": "^6.15.0",
6565
"glob": "^11.0.3",
66-
"hardhat": "^2.26.3",
66+
"hardhat": "^3.0.10",
6767
"hardhat-deploy": "^1.0.4",
6868
"prettier": "^3.6.2",
6969
"prettier-plugin-solidity": "^2.1.0",

0 commit comments

Comments
 (0)