Skip to content

Commit

Permalink
Merge pull request #42 from github/mp/drop-node-12-14
Browse files Browse the repository at this point in the history
Drop Node 12 and 14
  • Loading branch information
manuelpuyol authored Oct 31, 2023
2 parents 705d0cb + c5148ef commit 774b2f0
Show file tree
Hide file tree
Showing 5 changed files with 8,325 additions and 1,469 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [16.x, 18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
Loading

0 comments on commit 774b2f0

Please sign in to comment.