We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba080b commit 4c4f479Copy full SHA for 4c4f479
.github/workflows/nodejs.yml
@@ -20,8 +20,8 @@ jobs:
20
node-version: 18.x
21
cache: 'npm'
22
- run: npm install
23
- - run: npm install puppeteer
24
- - run: chmod -R +x node_modules/puppeteer-chromium
+ # - run: npm install puppeteer
+ # - run: chmod -R +x node_modules/puppeteer-chromium
25
- run: npm install -g typescript
26
- run: tsc
27
0 commit comments