Skip to content

Commit

Permalink
build: upgrade sharp (#60)
Browse files Browse the repository at this point in the history
* ci: debug

* Update pull_request.yml
  • Loading branch information
Kikobeats committed Jan 15, 2024
1 parent a06b96f commit af1e417
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
uses: pnpm/action-setup@v2
with:
version: latest
run_install: true --ignore-scripts
run_install: |
- args: [--ignore-scripts]
- name: Release
env:
CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@
],
"dependencies": {
"debug-logfmt": "~1.2.0",
"node-addon-api": "~7.0.0",
"node-gyp": "~10.0.1",
"node-vibrant": "~3.2.1-alpha.1",
"serialize-error": "~8.1.0",
"sharp": "0.32.6"
"sharp": "0.33.2"
},
"devDependencies": {
"@commitlint/cli": "latest",
Expand Down

0 comments on commit af1e417

Please sign in to comment.