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 780b7a4 commit 28274ceCopy full SHA for 28274ce
.github/workflows/nodejs.yml
@@ -20,6 +20,7 @@ jobs:
20
node-version: 18.x
21
cache: 'npm'
22
- run: npm install
23
+ - run: npm install puppeteer
24
- run: npm install -g typescript
25
- run: tsc
26
- run: mkdir ./nodejs
0 commit comments