Skip to content

Commit

Permalink
Drop nodejs 14 and 16
Browse files Browse the repository at this point in the history
  • Loading branch information
henryruhs committed Feb 7, 2025
1 parent bf1ec97 commit c036ad4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 14, 15, 16, 17, 18, 19, 20, 21, 22 ]
node-version: [ 16, 17, 18, 19, 20, 21, 22 ]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"engines":
{
"node": ">=14"
"node": ">=16"
},
"dependencies":
{
Expand Down

0 comments on commit c036ad4

Please sign in to comment.