Skip to content

Commit a2ba9c2

Browse files
committed
fix(test): updated test matrix (18, 20, 21)
1 parent 7d78cb9 commit a2ba9c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
test:
99
strategy:
1010
matrix:
11-
node: [18.x, 20.x]
12-
os: [ubuntu-latest, macos-latest]
11+
node: [18.x, 20.x, 21.x]
12+
os: [ubuntu-latest]
1313
runs-on: ${{ matrix.os }}
1414
steps:
1515
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)