Skip to content

Commit 1ff3675

Browse files
authored
ci: use Node 22 for macOS and Windows CI (#433)
1 parent e43e9b8 commit 1ff3675

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
include:
3434
# Active LTS + other OS
3535
- os: macos-latest
36-
node_version: 20
36+
node_version: 22
3737
- os: windows-latest
38-
node_version: 20
38+
node_version: 22
3939
fail-fast: false
4040

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

0 commit comments

Comments
 (0)