Skip to content

Commit

Permalink
January package updates (PGMDev#204)
Browse files Browse the repository at this point in the history
Signed-off-by: Pear <[email protected]>
  • Loading branch information
TheRealPear authored Jan 20, 2025
1 parent 4d7130c commit 7e6c111
Show file tree
Hide file tree
Showing 4 changed files with 720 additions and 1,201 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PGM Documentation provides detailed and accurate information about features offe
Before opening a pull request, please:
- Verify that there is no ongoing discussion concerning the implementation you wish to contribute. You can search for such a discussion in the [plugin's repository issues page](https://github.com/PGMDev/PGM/issues).
- Verify that there is no ongoing discussion concerning the implementation you wish to contribute. You can search for such a discussion in the [repository issues page](https://github.com/PGMDev/Website/issues).
- Make sure your contribution follows American (US) English grammar rules and spelling, e.g. "color" and not "colour" or "center" and not "centre."
- If editing pages in the `mdx` format, try to use [Markdown](https://commonmark.org/help/) and avoid HTML as much as possible.
- PGMDev enforces the *Developer Certificiate of Origin* (DCO). As such, you must sign off your commits.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: npm

- name: Install dependencies
Expand Down
Loading

0 comments on commit 7e6c111

Please sign in to comment.