Skip to content

Commit 716335e

Browse files
committed
ci: make the test run only one os and using node 18
1 parent 39e989c commit 716335e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
node-version: [16]
18-
os: [ubuntu-latest, macOS-latest]
17+
node-version: [18]
18+
os: [ubuntu-latest]
1919

2020
steps:
2121
- uses: actions/checkout@v3.3.0

0 commit comments

Comments
 (0)