Skip to content

Commit 10a4735

Browse files
authored
Remove node 20.x
1 parent fe8a8da commit 10a4735

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

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

1717
strategy:
1818
matrix:
19-
node-version: [20.x, 22.x]
19+
node-version: [22.x]
2020

2121
steps:
2222
- uses: actions/checkout@v4
@@ -40,7 +40,7 @@ jobs:
4040

4141
strategy:
4242
matrix:
43-
node-version: [20.x, 22.x]
43+
node-version: [22.x]
4444

4545
steps:
4646
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)