From 37a735e0433a3b384bb71a9a8c067f419d0814da Mon Sep 17 00:00:00 2001 From: Michael Wuergler Date: Mon, 22 Apr 2024 17:53:39 +0200 Subject: [PATCH] feat: only run tests in node 20 --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8148b30f..734c8eba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,9 +10,7 @@ jobs: fail-fast: false matrix: node-version: - - 18 - 20 - - latest steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4