Skip to content

Commit

Permalink
fix(build): tweaks to installation for sharp issue
Browse files Browse the repository at this point in the history
release-npm
  • Loading branch information
tobua committed Dec 17, 2022
1 parent 1507e31 commit 8fd7bad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install --legacy-peer-deps
- run: sudo npm install --legacy-peer-deps --ignore-scripts=false
- name: 🧪 Test
run: npm test
- name: 🚧 Build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"dependencies": {
"sharp": "0.30.7",
"sharp": "^0.31.2",
"svg2vectordrawable": "^2.9.1"
},
"peerDependencies": {
Expand Down

0 comments on commit 8fd7bad

Please sign in to comment.