Skip to content

Commit d297569

Browse files
authored
ci: use Node 22 for macOS and Windows CI (#18531)
1 parent 94b0857 commit d297569

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
@@ -69,9 +69,9 @@ jobs:
6969
include:
7070
# Active LTS + other OS
7171
- os: macos-latest
72-
node_version: 20
72+
node_version: 22
7373
- os: windows-latest
74-
node_version: 20
74+
node_version: 22
7575
fail-fast: false
7676

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

0 commit comments

Comments
 (0)