chore: change import assert to readFile (#368)

This commit is contained in:
Max Schmitt
2025-05-07 11:30:01 +02:00
committed by GitHub
parent 35e6c49d7c
commit 91ae93c167
4 changed files with 8 additions and 6 deletions

View File

@@ -37,7 +37,8 @@ jobs:
- name: Use Node.js 18
uses: actions/setup-node@v4
with:
node-version: '18'
# https://github.com/microsoft/playwright-mcp/issues/344
node-version: '18.19'
cache: 'npm'
- name: Install dependencies