You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit updates the CI for Hardhat 3
* For linting checks and other non-functional style checks
we keep using the latest Node 24
* For the packages tests we use Node 22.0.0 and Node 24.0.0
(and assume that the Node team honours semver)
* We exclude the `node-test-runner-reporter` tests, adding
a specialist test run that works with the latest versions
of both Node 22 and Node 24 (as the tests are sensitive
to changes between minor versions of Node)
Resolves#6892
0 commit comments