Skip to content

Commit

Permalink
Merge pull request #149 from Marukome0743/sharp
Browse files Browse the repository at this point in the history
♻️ci: add sharp multi-platform installation
  • Loading branch information
Marukome0743 authored Feb 7, 2024
2 parents 3d8da15 + 9bbf826 commit f127476
Show file tree
Hide file tree
Showing 4 changed files with 315 additions and 114 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/node-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,8 @@ jobs:
- name: Install dependencies
run: yarn --frozen-lockfile

- name: Install sharp module for ubuntu
run: npm install --os=linux --cpu=x64 sharp

- name: Build app
run: npm run build --if-present
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@biomejs/biome": "^1.5.3",
"@happy-dom/global-registrator": "^13.3.8",
"@testing-library/react": "^14.2.1",
"@types/bun": "^1.0.4",
"@types/bun": "^1.0.5",
"@types/node": "^20.11.16",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.18",
Expand Down
Loading

0 comments on commit f127476

Please sign in to comment.