Skip to content

Commit 7812aea

Browse files
committed
Fix some repo check issues
1 parent 93f2f38 commit 7812aea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ${{ matrix.os }}
5050
strategy:
5151
matrix:
52-
node-version: [18.x, 20.x, 22.x]
52+
node-version: [20.x, 22.x, 24.x]
5353
os: [ubuntu-latest]
5454

5555
steps:

0 commit comments

Comments
 (0)