Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GaelGirodon committed May 17, 2024
1 parent 11771b2 commit 1796265
Show file tree
Hide file tree
Showing 7 changed files with 204 additions and 227 deletions.
10 changes: 0 additions & 10 deletions .eslintrc.yml

This file was deleted.

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: [18.x, 20.x]
node-version: [20.x, 22.x]

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

## Usage

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

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

## Utilisation

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

```bash
npm i -g defectdojo-report
Expand Down
8 changes: 8 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import globals from "globals";
import pluginJs from "@eslint/js";

export default [
{ languageOptions: { globals: globals.node } },
{ languageOptions: { globals: globals.mocha } },
pluginJs.configs.recommended,
];
Loading

0 comments on commit 1796265

Please sign in to comment.