Fix #2185 - Updated Polyscript and coincident (#2187)

This commit is contained in:
Andrea Giammarchi
2024-09-27 12:35:51 +02:00
committed by GitHub
parent f5d49ee52c
commit 957ab69c21
8 changed files with 22 additions and 33 deletions

View File

@@ -50,7 +50,7 @@ jobs:
${{ runner.os }}-
- name: NPM Install
run: npm install && npx playwright install
run: npm install && npx playwright install chromium
- name: Build
run: npm run build

View File

@@ -52,7 +52,7 @@ jobs:
${{ runner.os }}-
- name: npm install
run: npm install && npx playwright install
run: npm install && npx playwright install chromium
- name: build
run: npm run build

View File

@@ -56,7 +56,7 @@ jobs:
${{ runner.os }}-
- name: Install Dependencies
run: npm install && npx playwright install
run: npm install && npx playwright install chromium
- name: Build Pyscript.core
run: npm run build

View File

@@ -57,7 +57,7 @@ jobs:
${{ runner.os }}-
- name: NPM Install
run: npm install && npx playwright install
run: npm install && npx playwright install chromium
- name: Build
run: npm run build