Skip to content

Commit 5910fa9

Browse files
authored
Add Node.js 25 to test environments
1 parent e666250 commit 5910fa9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: [ubuntu-latest, macOS-latest, windows-latest]
14-
node-version: [20.x, 22.x, 23.x, 24.x]
14+
node-version: [20.x, 22.x, 23.x, 24.x, 25.x]
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v5
@@ -61,7 +61,7 @@ jobs:
6161
fail-fast: false
6262
matrix:
6363
os: [ubuntu-latest, macOS-latest, windows-latest]
64-
node-version: [20.x, 22.x, 23.x, 24.x]
64+
node-version: [20.x, 22.x, 23.x, 24.x, 25.x]
6565
steps:
6666
- name: Checkout
6767
uses: actions/checkout@v5

0 commit comments

Comments
 (0)