Skip to content

Commit 4b62f4c

Browse files
committed
ci: update test workflow matrix to use node 22.x and remove macos
1 parent 9e10845 commit 4b62f4c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020

2121
strategy:
2222
matrix:
23-
os: [ubuntu-latest, windows-latest, macos-latest]
24-
node: [20.x]
23+
os: [ubuntu-latest, windows-latest]
24+
node: [22.x]
2525

2626
runs-on: ${{ matrix.os }}
2727

0 commit comments

Comments
 (0)