Skip to content

Commit

Permalink
chore: bump version to 0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ASaiAnudeep committed May 11, 2024
1 parent 56290a4 commit f3eff75
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm test
Expand Down
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
"files.exclude": {
"**/coverage": true,
"**/node_modules": true
}
},
"cSpell.words": [
"testbeats"
]
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-results-parser",
"version": "0.1.14",
"version": "0.1.15",
"description": "Parse test results from JUnit, TestNG, xUnit, cucumber and many more",
"main": "src/index.js",
"types": "./src/index.d.ts",
Expand All @@ -23,7 +23,8 @@
"automation",
"mocha",
"cucumber",
"nUnit"
"nUnit",
"testbeats"
],
"author": "Anudeep <asa.anudeep4@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit f3eff75

Please sign in to comment.