Skip to content

Commit 7ad79ae

Browse files
authored
build: add node 25 to workflow
1 parent 7ffae62 commit 7ad79ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
node: [20, 22, 23]
18+
node: [20, 22, 23, 25]
1919
name: Check Code (Node ${{ matrix.node }})
2020

2121
steps:

0 commit comments

Comments
 (0)