Skip to content

Commit

Permalink
Merge with develop
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaStebaev committed Jun 17, 2024
2 parents 0c65c7d + 9c12950 commit 1559b4a
Show file tree
Hide file tree
Showing 5 changed files with 462 additions and 551 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- beta
- develop
env:
NODE_VERSION: 18
NODE_VERSION: 20

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x]

steps:
- uses: actions/checkout@v2
Expand Down
5 changes: 3 additions & 2 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"**/*.egg-info/**",
"**/dist/**",
"**/coverage.json",
"**/*.hbs"
"**/*.hbs",
"**/*.orig"
],
"dictionaries": ["domain-terms", "libraries", "names", "skale-terms", "solidity"],
"dictionaryDefinitions": [
Expand All @@ -27,4 +28,4 @@
{ "name": "names", "path": "./dictionaries/names.txt"},
{ "name": "solidity", "path": "./dictionaries/solidity.txt"}
]
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/node": "^20.6.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"cspell": "^7.0.0",
"cspell": "^8.8.3",
"eslint": "^8.15.0",
"install-peers-cli": "^2.2.0",
"ts-node": "^10.5.0",
Expand All @@ -52,6 +52,6 @@
"@openzeppelin/upgrades-core": "^1.27.1",
"@types/mocha": "^9.1.0",
"ethers": "^5.7.2",
"hardhat": "2.8.3 - 2.16.1"
"hardhat": "^2.16.1"
}
}
Loading

0 comments on commit 1559b4a

Please sign in to comment.