Skip to content

Commit 17d7f51

Browse files
imangasctcpip
authored andcommitted
chore: add node version to 25.x in CI
1 parent 809f9dd commit 17d7f51

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- Node.js 22.x
3333
- Node.js 23.x
3434
- Node.js 24.x
35+
- Node.js 25.x
3536

3637
include:
3738
- name: Node.js 10.x
@@ -85,6 +86,9 @@ jobs:
8586
- name: Node.js 24.x
8687
node-version: "24"
8788

89+
- name: Node.js 25.x
90+
node-version: "25"
91+
8892
steps:
8993
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9094

0 commit comments

Comments
 (0)