Skip to content

Commit a69990b

Browse files
davidlehnBigBlueHat
authored andcommitted
Support and test only Node.js >=22.x.
1 parent 95be1ce commit a69990b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
timeout-minutes: 10
4747
strategy:
4848
matrix:
49-
node-version: [20.x, 22.x, 24.x]
49+
node-version: [22.x, 24.x]
5050
steps:
5151
- uses: actions/checkout@v6
5252
with:

0 commit comments

Comments
 (0)