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 47eb2b6
Show file tree
Hide file tree
Showing 9 changed files with 7,638 additions and 74,558 deletions.
1 change: 1 addition & 0 deletions .github/workflows/_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ 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
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 47eb2b6

Please sign in to comment.