Skip to content

Commit 37a5a25

Browse files
committed
fix: upgrade CI Node.js to 22 for Hardhat 3.x compatibility
Hardhat 3.x requires Node.js 22+ due to use of Iterator.prototype.flatMap
1 parent aeb8277 commit 37a5a25

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
- name: Install Node.js
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: 20
20+
node-version: 22
2121
cache: 'pnpm'
2222
- name: Set up pnpm via Corepack
2323
shell: bash

pnpm-lock.yaml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)