Skip to content

Commit d6cbb02

Browse files
authored
bumped up node version (#272)
1 parent 8ead216 commit d6cbb02

File tree

5 files changed

+192
-337
lines changed

5 files changed

+192
-337
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
node-version: [16.x]
14+
node-version: [20.x]
1515
os: [ubuntu-latest]
1616

1717
steps:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [16.x]
15+
node-version: [20.x]
1616
os: [ubuntu-latest]
1717

1818
steps:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
20

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,8 @@
6060
"eslint-plugin-promise": "^6.0.0",
6161
"ethereum-waffle": "^3.4.4",
6262
"ethers": "^5.6.9",
63-
"hardhat": "^2.11.2",
63+
"hardhat": "^2.22.1",
6464
"hardhat-gas-reporter": "^1.0.8",
65-
"lodash": "^4.17.21",
6665
"prettier": "^2.7.1",
6766
"prettier-plugin-solidity": "^1.0.0-dev.23",
6867
"solhint": "^3.3.7",

0 commit comments

Comments
 (0)