Skip to content

Commit

Permalink
remove node 20 due to hardhat incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanrikulu committed Sep 24, 2024
1 parent 5e7bfdf commit 82a77ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: ['18.x', '20.x']
node: ['18.x']
os: [ubuntu-latest, macOS-latest]

steps:
Expand Down

0 comments on commit 82a77ae

Please sign in to comment.