Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GaelGirodon committed Feb 1, 2023
1 parent 00c8c18 commit a4fceb2
Show file tree
Hide file tree
Showing 6 changed files with 180 additions and 399 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
registry-url: https://registry.npmjs.org
- run: npm ci
- run: npm publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 19.x]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ application from DefectDojo with support for additional features:

## Usage

Install Node.js >= 16 and NPM, then run the following commands :
Install Node.js >= 18 and NPM, then run the following commands:

```bash
npm i -g git+https://github.com/soprasteria/defectdojo-report.git
Expand Down
2 changes: 1 addition & 1 deletion README_fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ additionnelles :

## Utilisation

Installer Node.js >= 16 et NPM puis exécuter les commandes suivantes :
Installer Node.js >= 18 et NPM puis exécuter les commandes suivantes :

```bash
npm i -g git+https://github.com/soprasteria/defectdojo-report.git
Expand Down
Loading

0 comments on commit a4fceb2

Please sign in to comment.