Skip to content

Commit

Permalink
BREAKING: Drop Node.js 12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Apr 28, 2023
1 parent 5874601 commit 8470fe8
Show file tree
Hide file tree
Showing 3 changed files with 745 additions and 795 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [12, 14, 16, 18, 20]
node: ['14.14', 16, 18, 20]
os: [ubuntu-latest, windows-latest]

steps:
Expand Down
Loading

0 comments on commit 8470fe8

Please sign in to comment.