Skip to content

Commit 7f09255

Browse files
committed
[NAE-2116] Frontend remote configuration
- testing pipeline
1 parent 568eedd commit 7f09255

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/pr-build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ jobs:
1717
name: Full Test on Node.js version ${{ matrix.node-version }}
1818
with:
1919
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'
2420
- name: Install dependencies
2521
run: npm install --legacy-peer-deps
2622
- name: Build & test components-core

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"karma-webpack": "^5.0.1",
145145
"ncp": "~2.0.0",
146146
"ng-packagr": "~17.3.0",
147-
"puppeteer": "~22.0.0",
147+
"puppeteer": "~23.0.0",
148148
"requirejs": "^2.3.6",
149149
"schematics-utilities": "~2.0.1",
150150
"sonarqube-scanner": "~2.5.0",

0 commit comments

Comments
 (0)