Skip to content

Commit c141231

Browse files
committed
Remove Node 20 from builds
1 parent 39ac171 commit c141231

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
node-version: [ 20.x, 22.x, 24.x ]
20+
node-version: [ 22.x, 24.x ]
2121

2222
steps:
2323
- uses: actions/checkout@v3
@@ -44,7 +44,7 @@ jobs:
4444

4545
strategy:
4646
matrix:
47-
node-version: [ 20.x, 22.x, 24.x ]
47+
node-version: [ 22.x, 24.x ]
4848

4949
steps:
5050
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)