Install pnpm in github actions

This commit is contained in:
schroda
2026-05-15 21:25:01 +02:00
parent 89fe9cc00d
commit cf6c79ab7b
5 changed files with 22 additions and 1 deletions

View File

@@ -31,6 +31,11 @@ jobs:
with:
node-version-file: './master/package.json'
- uses: pnpm/action-setup@v6
name: Install pnpm
with:
cache: true
- name: Cache node_modules
uses: actions/cache@v4
with: