Skip to content

Commit 7e1c7a0

Browse files
Merge pull request #53 from Sebastian-Webster/expand-test-matrix
Expanded test matrix to lowest supported version of Node 16
2 parents 2c05b93 + cbeb681 commit 7e1c7a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
os: [windows-2022, macos-13, macos-14, ubuntu-20.04, ubuntu-22.04]
1717
# We only support Node.js 16 and newer
18-
node-version: [16.x, 17.x, 18.x, 19.x, 20.x, 21.x, 22.x]
18+
node-version: [16.6.0, 16.x, 17.0.0, 17.x, 18.x, 19.x, 20.x, 21.x, 22.x]
1919

2020
steps:
2121
- name: Checkout

0 commit comments

Comments
 (0)