Skip to content

Commit

Permalink
Fix dependency errors
Browse files Browse the repository at this point in the history
  • Loading branch information
luin committed Nov 26, 2023
1 parent 94b4717 commit 5f90a2e
Show file tree
Hide file tree
Showing 10 changed files with 6,538 additions and 74,326 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ jobs:
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps
working-directory: packages/quill
- name: Run Playwright tests
run: npm run test:e2e -w quill
run: npm run test:e2e
working-directory: packages/quill
3 changes: 1 addition & 2 deletions .github/workflows/_fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16
cache: npm
node-version: 18

- run: npm ci
env:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/_unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16
cache: npm
node-version: 18

- run: npm ci
- run: npx playwright install --with-deps
Expand Down
Loading

0 comments on commit 5f90a2e

Please sign in to comment.