Skip to content

Commit d5cf6cd

Browse files
imangasNachoo Mangas
andauthored
ci: add support for node@25 (#375)
Co-authored-by: Nachoo Mangas <nacho.mangas@orbitant.com>
1 parent 7e6f7ee commit d5cf6cd

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 0.10
@@ -87,6 +88,9 @@ jobs:
8788
- name: Node.js 24.x
8889
node-version: "24"
8990

91+
- name: Node.js 25.x
92+
node-version: "25"
93+
9094
steps:
9195
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9296

0 commit comments

Comments
 (0)