Skip to content

Commit

Permalink
Drop Node.js 12 support (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
1000ch authored May 2, 2022
1 parent c7aa0b8 commit b5e5841
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
node-version:
- 16
- 14
- 12
os:
- ubuntu-latest
- macos-latest
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"pngcrush": "cli.js"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
"node": "^14.13.1 || >=16.0.0"
},
"scripts": {
"postinstall": "node lib/install.js",
Expand Down

0 comments on commit b5e5841

Please sign in to comment.