Skip to content

Commit 5501a70

Browse files
committed
feat(node-version): remove support for node v12
remove support for node v12 and add support to node v18 BREAKING CHANGE: dropped support for node v12
1 parent 239f898 commit 5501a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/matrix.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"os": ["ubuntu-latest", "windows-latest", "macos-latest"],
3-
"node-version": [12, 14, 15]
3+
"node-version": [14, 16, 18]
44
}

0 commit comments

Comments
 (0)