fix action

This commit is contained in:
oblomov-dev 2025-02-19 22:12:58 +00:00 committed by GitHub
parent 499fd26c90
commit fbab24ee46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ jobs:
with:
node-version: lts/*
- name: Install dependencies
run: npm run auto_downport && npm run auto_transpile
run: npm i && npm run auto_downport && npm run auto_transpile
- name: Install Playwright Browsers
run: npx playwright install --with-deps
# - name: Run Playwright tests