Skip to content

Commit 00eb94f

Browse files
ci: add node@25 (#491)
<!-- Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. --> **Summary** ci - add 25 node <!-- In addition to that please answer these questions: --> **What kind of change does this PR introduce?** ci **Did you add tests for your changes?** no need **Does this PR introduce a breaking change?** No **If relevant, what needs to be documented once your changes are merged or what have you already documented?** Nothing **Use of AI** No
1 parent b7f67c1 commit 00eb94f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fail-fast: false
3030
matrix:
3131
os: [ubuntu-latest, windows-latest, macos-latest]
32-
node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x, 24.x]
32+
node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x, 24.x, 25.x]
3333
runs-on: ${{ matrix.os }}
3434
steps:
3535
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)