Skip to content

Commit

Permalink
remove support for node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNeshi committed Jan 2, 2025
1 parent 2058b66 commit 0794785
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14, 16, 18, 20, 22]
node-version: [16, 18, 20, 22]

steps:
- uses: actions/checkout@v4
Expand All @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14, 16, 18, 20, 22]
node-version: [16, 18, 20, 22]

steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,8 @@
},
"peerDependencies": {
"hardhat": "^2.22.12"
},
"engines": {
"node": ">=16"
}
}

0 comments on commit 0794785

Please sign in to comment.