Skip to content

Commit a7ebd8f

Browse files
committed
chore: remove v22 from @types/node check
As of today (13th June 2024), there is no `@types/node@22`. I suspect this will be added once node v22 is out of `Current` status.
1 parent 36a18cf commit a7ebd8f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/hardhat-core-ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@ jobs:
118118
runs-on: ubuntu-latest
119119
strategy:
120120
matrix:
121-
node: [18, 20, 22]
121+
# TODO: Currently there is no @types/node for Node 22,
122+
# include it when it is available.
123+
node: [18, 20]
122124
steps:
123125
- uses: actions/checkout@v4
124126
- uses: pnpm/action-setup@v2

0 commit comments

Comments
 (0)