Skip to content

Commit 54895bc

Browse files
authored
Merge pull request #16 from RaviDasari/copilot/upgrade-nodes-and-libraries
Upgrade dependencies and fix security vulnerabilities
2 parents a70654f + a45b8ab commit 54895bc

File tree

4 files changed

+2084
-2420
lines changed

4 files changed

+2084
-2420
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
cache: 'npm'
2525

2626
- name: Install dependencies
27+
env:
28+
PUPPETEER_SKIP_DOWNLOAD: 'true'
2729
run: npm ci --legacy-peer-deps
2830

2931
- name: Check code style (linting)

0 commit comments

Comments
 (0)