Skip to content

Commit 5d0e1af

Browse files
committed
ci: run Windows and mac CI on Node 24
1 parent 0b238ea commit 5d0e1af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
include:
4242
# Active LTS + other OS
4343
- os: macos-latest
44-
node_version: 22
44+
node_version: 24
4545
- os: windows-latest
46-
node_version: 22
46+
node_version: 24
4747
fail-fast: false
4848

4949
name: "Build&Test: node-${{ matrix.node_version }}, ${{ matrix.os }}"

0 commit comments

Comments
 (0)