From a99619e94c8d33e07517fb89401d916370a4230d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFs=20Boubault?= <7613286+Applelo@users.noreply.github.com> Date: Wed, 5 Jun 2024 22:45:59 +0200 Subject: [PATCH] fix lint issue --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f8da54..5ae77f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - node_version: [ 18, 20] + node_version: [18, 20] os: [ubuntu-latest] include: # Active LTS + other OS