pnpm installieren
All checks were successful
/ build (push) Successful in 28s

This commit is contained in:
Stefan Bethke 2026-07-09 21:30:44 +02:00
commit c9c327a217

View file

@ -19,6 +19,7 @@ jobs:
run: |
apt update
apt -y install nodejs git rsync openssh-client
npm install -g pnpm@latest-11
- uses: actions/checkout@v7