Skip to content

Commit

Permalink
pin sharp
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Mar 23, 2024
1 parent b18b39a commit 0e09c83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: unit tests
run: yarn test:samples
- name: install sharp
run: cd docs && yarn add sharp
run: cd docs && yarn add sharp@0.32.6
- name: docs
run: yarn build:docs
- name: run cli
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Compile
run: yarn compile
- name: Install sharp
run: cd docs && yarn add sharp
run: cd docs && yarn add sharp@0.32.6
- name: Build docs
run: yarn build:docs
- name: no jekyll
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@astrojs/check": "^0.5.9",
"@astrojs/starlight": "^0.21.1",
"astro": "^4.5.3",
"sharp": "^0.33.2",
"sharp": "0.32.6",
"typescript": "^5.4.2"
},
"devDependencies": {
Expand Down

0 comments on commit 0e09c83

Please sign in to comment.