Skip to content

Commit fd714ab

Browse files
committed
ci: Simplify build matrix
Removes windows and macos from build matrix and adds node 17
1 parent 24b0d0e commit fd714ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
runs-on: ${{ matrix.os }}
77
strategy:
88
matrix:
9-
node: ['12.x', '14.x', '16.x']
10-
os: [ubuntu-latest, windows-latest, macOS-latest]
9+
node: ['14.x', '16.x', '17.x']
10+
os: [ubuntu-latest]
1111

1212
steps:
1313
- name: Checkout repo

0 commit comments

Comments
 (0)