Skip to content

Commit a6264de

Browse files
committed
chore: Update testing matrix
1 parent 6d0e066 commit a6264de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
test:
99
strategy:
1010
matrix:
11-
os: [ubuntu-latest, macos-latest]
12-
node-version: [8, 10, 12, 13]
11+
os: [ubuntu-latest, windows-latest]
12+
node-version: [8, 20, 22]
1313
include:
14-
- os: windows-latest
15-
node-version: 8
14+
- os: macos-latest
15+
node-version: 22
1616
runs-on: ${{matrix.os}}
1717
steps:
1818
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)