Skip to content

Commit

Permalink
Upgrade modules
Browse files Browse the repository at this point in the history
  • Loading branch information
kmalakoff committed Jan 19, 2025
1 parent 478e21e commit 23c44dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- run: npm install ts-dev-stack node-version-use depcheck @biomejs/biome -g -f
- run: depcheck
- run: npm ci
- run: npx -y playwright install --with-deps
- run: npm run build
- run: tsds validate
- run: npm run test
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = defineConfig({
projects: [
{
name: 'Google Chrome',
use: { ...devices['Desktop Chrome'], channel: 'chrome' },
use: { ...devices['Desktop Chrome'] },
},
],
});
Expand Down

0 comments on commit 23c44dd

Please sign in to comment.