Skip to content

Commit 0354f6f

Browse files
committed
chore: fix CI
1 parent c1298ac commit 0354f6f

3 files changed

Lines changed: 2 additions & 39 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
path: scripts/build/
9292

9393
- name: Install pnpm
94-
run: npm install -g pnpm
94+
run: npm install -g pnpm@9
9595

9696
- name: Install Dependencies
9797
run: |

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
node-version: "20"
8888

8989
- name: Install pnpm
90-
run: npm install -g pnpm
90+
run: npm install -g pnpm@9
9191

9292
- name: Install Dependencies
9393
run: |

README.md

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -44,40 +44,3 @@ This should update your plugin to the latest version. Commit the change and open
4444
 
4545

4646
In case you wish to clone plugins at their attached commits, run `git submodule update --init`.
47-
## Repository Manifest
48-
49-
The following table describes the remaining deprecated Python plugins that need to be ported to Lua.
50-
Python is no longer officially supported by Millennium and will be removed entirely in a future update.
51-
52-
**Total**: 25
53-
* **Lua**: 25
54-
* **Python**: 0
55-
56-
57-
| Lua | Python |
58-
|-----|--------|
59-
| RSS-feed-in-whats-new | |
60-
| achievement-groups | |
61-
| adamraichu.auto-accept-custom-launch-args | |
62-
| aerothemesteam | |
63-
| csstats-extension | |
64-
| cswatch-plugin | |
65-
| dotastats | |
66-
| dwmx | |
67-
| extendium | |
68-
| fullscreen-notifications-fix | |
69-
| gratitude | |
70-
| hltb-millennium-plugin | |
71-
| leetify-extension | |
72-
| millennium-faceit-stats | |
73-
| non-steam-playtimes | |
74-
| size-on-disk | |
75-
| steam-browser-history | |
76-
| steam-change-window-params | |
77-
| steam-collections-plus | |
78-
| steam-easygrid | |
79-
| steam-global-launch-options | |
80-
| steam-librarian | |
81-
| steam-logo-pos | |
82-
| steam-taskbar-progress | |
83-
| valve-internal-enabler | |

0 commit comments

Comments
 (0)