From 30e1caefc03025a874d4713bb6de9cced20c89af Mon Sep 17 00:00:00 2001 From: dienamo <46058257+dienamo@users.noreply.github.com> Date: Tue, 28 Nov 2023 16:42:42 +0100 Subject: [PATCH] =?UTF-8?q?mise=20=C3=A0=20jour=20githubactions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/eslint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index e3dd23d..0df15ea 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [20.9.0] + node-version: [20] steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }}