Skip to content

Commit 4c4f479

Browse files
authored
Full puppeteer removed
1 parent fba080b commit 4c4f479

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
node-version: 18.x
2121
cache: 'npm'
2222
- run: npm install
23-
- run: npm install puppeteer
24-
- run: chmod -R +x node_modules/puppeteer-chromium
23+
# - run: npm install puppeteer
24+
# - run: chmod -R +x node_modules/puppeteer-chromium
2525
- run: npm install -g typescript
2626
- run: tsc
2727

0 commit comments

Comments
 (0)