Skip to content

Commit

Permalink
build: drop support for node v12
Browse files Browse the repository at this point in the history
dropping support for node v12 and adding node v18 to the test matrix

BREAKING CHANGE: dropped support for node v12
  • Loading branch information
Ahmad Nassri committed Jul 28, 2022
1 parent d6150b5 commit e9677a8
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 972 deletions.
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]
}
Loading

0 comments on commit e9677a8

Please sign in to comment.