From 6fbcb8941b730b51b430e1c09ddf89e6e230ef17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20de=20Juvigny?= Date: Thu, 2 Nov 2023 10:27:08 +0100 Subject: [PATCH] only run node 20 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 58a19b2..2bf975d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ on: jobs: lint: - name: 'Lint (node: 20)' + name: 'lint (node: 20)' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [18, 20] + node: [20] steps: - uses: actions/checkout@v4 with: