Skip to content

Commit 7550c70

Browse files
chore(deps): update other major updates
1 parent 3f9c338 commit 7550c70

3 files changed

Lines changed: 431 additions & 526 deletions

File tree

.github/workflows/ continuous-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
- name: Check out repo
88
uses: actions/checkout@v5
99
- name: Setup Node.js
10-
uses: actions/setup-node@v5
10+
uses: actions/setup-node@v6
1111
with:
12-
node-version: '22.21.1'
12+
node-version: '24.11.0'
1313
- run: yarn
1414
- run: yarn lint
1515
- run: yarn test

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"@types/mocha": ">=10.0.10",
3737
"chai": "^4.5.0",
3838
"dotenv": "^17.2.3",
39-
"eslint": "^8.57.1",
40-
"hardhat": "^2.27.0",
39+
"eslint": "^9.39.1",
40+
"hardhat": "^3.0.13",
4141
"hardhat-deploy": "^1.0.4",
4242
"hardhat-gas-reporter": "^2.3.0",
4343
"prettier": "^3.6.2",

0 commit comments

Comments
 (0)