improve test and docker runner

This commit is contained in:
Christian Kellner
2025-05-16 14:19:20 +02:00
parent 4b45ff4430
commit a8e5f8b524
2 changed files with 23 additions and 15 deletions

View File

@@ -13,15 +13,17 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 8
run_install: false
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: 'pnpm'
- name: Install pnpm
run: npm install -g pnpm
- name: Install dependencies
run: pnpm install