Skip to content

Commit 2bfa5d5

Browse files
committed
bump to node 22
1 parent 6bbf528 commit 2bfa5d5

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.github/actions/setup-nodejs/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717

1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: "20"
20+
node-version: "22"
2121
cache: "pnpm"
2222
cache-dependency-path: "${{ inputs.base-path }}/contracts/pnpm-lock.yaml"
2323

contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@types/debug": "^4.1.12",
6868
"@types/deep-equal-in-any-order": "^1.0.4",
6969
"@types/mocha": "^10.0.10",
70-
"@types/node": "^20.19.9",
70+
"@types/node": "^22.18.0",
7171
"@typescript-eslint/eslint-plugin": "^8.41.0",
7272
"@typescript-eslint/parser": "^8.41.0",
7373
"abi-to-sol": "^0.6.6",

contracts/pnpm-lock.yaml

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

0 commit comments

Comments
 (0)