Skip to content

Commit

Permalink
chore(meta): updates and CI stuff (#1)
Browse files Browse the repository at this point in the history
* chore(meta): update to pnpm@9

* feat(docs): add sync section
  • Loading branch information
rektdeckard authored Dec 29, 2024
1 parent aa064ba commit cb914f8
Show file tree
Hide file tree
Showing 3 changed files with 909 additions and 772 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: pnpm/action-setup@v4
name: Install pnpm
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 8
version: 9
run_install: false

- name: Use Node 20
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ https://phosphor-icons.github.io/penpot/manifest.json

Then click the "Install" button.

<!-- BEGIN_LINKS -->
## Our Related Projects

- [@phosphor-icons/homepage](https://github.com/phosphor-icons/homepage) ▲ Phosphor homepage and general info
Expand Down Expand Up @@ -49,3 +50,4 @@ If you've made a port of Phosphor and you want to see it here, just open a PR [h
## License

MIT © [Phosphor Icons](https://github.com/phosphor-icons)
<!-- END_LINKS -->
Loading

0 comments on commit cb914f8

Please sign in to comment.