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 568eedd commit 7f09255Copy full SHA for 7f09255
.github/workflows/pr-build.yml
@@ -17,10 +17,6 @@ jobs:
17
name: Full Test on Node.js version ${{ matrix.node-version }}
18
with:
19
node-version: ${{ matrix.node-version }}
20
- - name: Install dependencies (bez Puppeteer)
21
- run: npm install --legacy-peer-deps --verbose
22
- env:
23
- PUPPETEER_SKIP_DOWNLOAD: 'true'
24
- name: Install dependencies
25
run: npm install --legacy-peer-deps
26
- name: Build & test components-core
package.json
@@ -144,7 +144,7 @@
144
"karma-webpack": "^5.0.1",
145
"ncp": "~2.0.0",
146
"ng-packagr": "~17.3.0",
147
- "puppeteer": "~22.0.0",
+ "puppeteer": "~23.0.0",
148
"requirejs": "^2.3.6",
149
"schematics-utilities": "~2.0.1",
150
"sonarqube-scanner": "~2.5.0",
0 commit comments