diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d5342015b8..69b2cb18eb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e2cd513684..2395e3e85a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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 diff --git a/docs/package.json b/docs/package.json index 537db7884d..ac77a5a01d 100644 --- a/docs/package.json +++ b/docs/package.json @@ -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": {