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 4969aa7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 41,665 deletions.
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 4969aa7

Please sign in to comment.