build(*): Add pnpm installation step

This commit is contained in:
Josh Creek
2025-04-24 19:42:40 +01:00
parent 5629501372
commit e4b64d8815
+2
View File
@@ -15,6 +15,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install pnpm
run: npm install -g pnpm
- name: Install dependencies
run: pnpm exec playwright install && pnpm i
- name: Run Playwright/BDD tests