Skip to content

Commit

Permalink
chore!: drop support for Node.js 14 and 16
Browse files Browse the repository at this point in the history
  • Loading branch information
realityking committed Jan 16, 2025
1 parent cb4750e commit 0aaa609
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 @@ -33,7 +33,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [18.x, 20.x, 22.x]
os:
- macos-13
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Native module for zopflipng",
"repository": "realityking/node-zopflipng",
"engines": {
"node": "^14.15.0 || ^16.13.0 || >=18.0.0"
"node": "^18.12.0 || ^20.9.0 || >=22.11.0"
},
"keywords": [
"png",
Expand Down

0 comments on commit 0aaa609

Please sign in to comment.