Skip to content

Commit e45710a

Browse files
committed
Update NodeJS Version
1 parent 27d3057 commit e45710a

3 files changed

Lines changed: 16 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: safe-smart-account
22
on: [push, pull_request]
33
env:
4-
NODE_VERSION: 20.16.0
4+
NODE_VERSION: 22.14.0
55

66
jobs:
77
lint-solidity:

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@safe-global/safe-singleton-factory": "^1.0.42",
7171
"@types/chai": "^4.3.19",
7272
"@types/mocha": "^10.0.10",
73-
"@types/node": "^20.11.30",
73+
"@types/node": "^22.14.0",
7474
"@types/yargs": "^17.0.33",
7575
"@typescript-eslint/eslint-plugin": "^8.29.1",
7676
"@typescript-eslint/parser": "^8.29.1",

0 commit comments

Comments
 (0)