Skip to content

Commit

Permalink
Merge pull request #29 from ionos-cloud/fix/vulnerability
Browse files Browse the repository at this point in the history
update eslint and mocha versions to avoid vulnerabilities
  • Loading branch information
digna-ionos authored Oct 3, 2024
2 parents 6cdb88c + 7e0a8d2 commit 27fb372
Show file tree
Hide file tree
Showing 5 changed files with 1,131 additions and 605 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 15.x]
node-version: [22.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
workflow_dispatch:

env:
node-version: 14
node-version: 22

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $ npm install -g @ionos-cloud/test-runner
$ csdk-test-runner COMMAND
running command...
$ csdk-test-runner (-v|--version|version)
@ionos-cloud/test-runner/1.13.3 darwin-x64 node-v16.0.0
@ionos-cloud/test-runner/1.13.4 linux-x64 node-v22.3.0
$ csdk-test-runner --help [COMMAND]
USAGE
$ csdk-test-runner COMMAND
Expand Down Expand Up @@ -86,5 +86,5 @@ EXAMPLE
$ csdk-test-runner run
```

_See code: [src/commands/run.ts](https://github.com/ionos-cloud/sdk-test-runner/blob/v1.12.0/src/commands/run.ts)_
_See code: [src/commands/run.ts](https://github.com/ionos-cloud/sdk-test-runner/blob/v1.13.4/src/commands/run.ts)_
<!-- commandsstop -->
Loading

0 comments on commit 27fb372

Please sign in to comment.