Skip to content

Commit

Permalink
Bump cwebp-bin@^8.0.0 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHara authored Jan 27, 2023
1 parent 0482aec commit a366d9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
"node": "^14.13.1 || >=16.0.0"
},
"scripts": {
"test": "xo && ava"
Expand All @@ -41,7 +41,7 @@
"webp"
],
"dependencies": {
"cwebp-bin": "^7.0.1",
"cwebp-bin": "^8.0.0",
"exec-buffer": "^3.2.0",
"is-cwebp-readable": "^3.0.0"
},
Expand Down

0 comments on commit a366d9c

Please sign in to comment.