Skip to content

Commit

Permalink
fix: npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
jonalan7 committed Aug 3, 2023
1 parent d30d276 commit e6eccd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
${{ runner.os }}-node-
- name: Install Dependencies
run: npm ci
run: npm install
env:
PUPPETEER_SKIP_DOWNLOAD: true

Expand Down

0 comments on commit e6eccd6

Please sign in to comment.