Skip to content

Commit

Permalink
feat(node-version): remove support for node v12
Browse files Browse the repository at this point in the history
remove support for node v12 and add support to node v18

BREAKING CHANGE: dropped support for node v12
  • Loading branch information
Ahmad Nassri committed Jul 28, 2022
1 parent 239f898 commit 5501a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/matrix.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"os": ["ubuntu-latest", "windows-latest", "macos-latest"],
"node-version": [12, 14, 15]
"node-version": [14, 16, 18]
}

0 comments on commit 5501a70

Please sign in to comment.