From f0dfbc427c6e0846708cae0abb0dffb4a728b7ea Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Fri, 2 Aug 2024 15:29:06 +0200 Subject: [PATCH] Upgrade CI --- .editorconfig | 2 +- .github/workflows/nodejs.yml | 2 +- .markdownlint.json | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 32fb92b..2f8b9d0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,7 +10,7 @@ trim_trailing_whitespace = true indent_size = 4 indent_style = space -[*.js] +[*.{js,mjs}] indent_size = 4 indent_style = space diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index b08142e..c0c2341 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [16.x, 20.x] + node-version: [18.x, 22.x] steps: - uses: actions/checkout@v4 diff --git a/.markdownlint.json b/.markdownlint.json index fce123e..9fdfa04 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -12,6 +12,7 @@ "no-multiple-blanks": { "maximum": 2 }, + "no-trailing-spaces": true, "ul-indent": false, "ul-style": { "style": "consistent"