Skip to content

Commit 07b06a5

Browse files
committed
ci: use latest node
1 parent 29e4595 commit 07b06a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ jobs:
4646
strategy:
4747
matrix:
4848
os: [ubuntu-latest]
49-
node_version: [20]
49+
node_version: [22]
5050
include:
51-
- os: macos-14
52-
node_version: 20
51+
- os: macos-latest
52+
node_version: 22
5353
- os: windows-latest
54-
node_version: 20
54+
node_version: 22
5555
fail-fast: false
5656

5757
steps:

0 commit comments

Comments
 (0)