Skip to content

Commit

Permalink
set yarn version in gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjam committed May 14, 2024
1 parent 3cc84a2 commit ca87315
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gh-pages-astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
path: ./
node-version: 20.12.2
# package-manager: yarn@latest
package-manager: yarn@1.22.22

deploy:
needs: build-astro
Expand Down
5 changes: 5 additions & 0 deletions docs/todo3.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,9 @@ update github actions after monorepo
print commit hash and message in html, node package_
analytics in BaseHead with goatcounter.com and sentry
add author email, social networks, name to constants

----
// fix sharp yarn
// https://github.com/withastro/astro/issues/9345#issuecomment-1868330138
pin to "sharp": "0.32.6",
```

0 comments on commit ca87315

Please sign in to comment.