Skip to content

Commit 7e8bde7

Browse files
committed
Fixed readme for configuration and package updates
1 parent 698b3aa commit 7e8bde7

File tree

4 files changed

+213
-183
lines changed

4 files changed

+213
-183
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Install the package as dev-dependency
1616
npm i -D @chiragrupani/karma-chromium-edge-launcher
1717
```
1818

19-
# Configuration
19+
## Configuration
2020

2121
Update `Karma.conf.js` replace or append to array of browsers and add require plugin as below:
2222

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ pool:
1212
steps:
1313
- task: NodeTool@0
1414
inputs:
15-
versionSpec: '12.x'
16-
displayName: 'Install Node.js 12'
15+
versionSpec: '14.x'
16+
displayName: 'Install Node.js 14'
1717

1818
- script: |
1919
npm install --progress=false --loglevel=error --no-fund

0 commit comments

Comments
 (0)