Hopefully fix pnpm build

This commit is contained in:
skykooler 2024-12-16 23:06:56 -05:00 committed by GitHub
parent 7f46b30a5d
commit 9e56b4745a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@ jobs:
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
- name: setup pnpm
uses: pnpm/action-setup@v2
with:
version: 6.32.9
- name: setup node
uses: actions/setup-node@v4
with: