improve test and docker runner

This commit is contained in:
Christian Kellner
2025-05-16 14:04:55 +02:00
parent 21dd48527c
commit db6211777b
2 changed files with 17 additions and 21 deletions

View File

@@ -19,11 +19,8 @@ jobs:
node-version: 22
cache: 'pnpm'
- name: Enable pnpm via Corepack
run: corepack enable
- name: Set pnpm version
run: corepack prepare pnpm@latest --activate
- name: Install pnpm
run: npm install -g pnpm
- name: Install dependencies
run: pnpm install